summaryrefslogtreecommitdiff
path: root/utils/cli/sample.lsmb
blob: 62b67fb0cb45cf621a29449f4cf8b9950f386d3d (plain)
  1. # THe below line shows how to set the PGUSER environment variable
  2. ENV:PGUSER=postgres
  3. login=demo # set username
  4. password=demo # set password
  5. LOGIN
  6. MODULE AR # load AR
  7. CALL AR::transactions(\%$form);