blob: 62b67fb0cb45cf621a29449f4cf8b9950f386d3d (
plain)
- # THe below line shows how to set the PGUSER environment variable
- ENV:PGUSER=postgres
- login=demo # set username
- password=demo # set password
- LOGIN
- MODULE AR # load AR
- CALL AR::transactions(\%$form);
|