sandbox-libpq/simple_query
dancingCycle 266a9f8937 feat: add simple_query 2023-01-05 14:49:04 +01:00
..
main.c feat: add simple_query 2023-01-05 14:49:04 +01:00
makefile feat: add simple_query 2023-01-05 14:49:04 +01:00
makefile-fine feat: add simple_query 2023-01-05 14:49:04 +01:00
makefile-fine2 feat: add simple_query 2023-01-05 14:49:04 +01:00
readme.md feat: add simple_query 2023-01-05 14:49:04 +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"