sandbox-libpq/multiple_rows
dancingCycle 731a8ab59d feat: add multiple_rows 2023-01-05 14:57:09 +01:00
..
main.c feat: add multiple_rows 2023-01-05 14:57:09 +01:00
makefile feat: add multiple_rows 2023-01-05 14:57:09 +01:00
readme.md feat: add multiple_rows 2023-01-05 14:57:09 +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"