sandbox-libpq/prepared_statement
dancingCycle 1faf78f9d0 chore: refactore 2023-04-05 15:20:10 +02:00
..
main.c chore: refactore 2023-04-05 15:20:10 +02: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"