sandbox-libpq/prepared_statement
dancingCycle fbc1b118ca feat: add prepared_statement 2023-01-05 15:30:31 +01:00
..
main.c feat: add prepared_statement 2023-01-05 15:30:31 +01:00
makefile feat: add prepared_statement 2023-01-05 15:30:31 +01:00
readme.md feat: add prepared_statement 2023-01-05 15:30:31 +01:00

readme.md

  • build
make
  • run
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
  • or run
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
  • or run
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"