sandbox-libpq/is-thread-safe
dancingCycle 31cc771eda feat(is-thread-safe): initial commit 2023-04-05 15:12:50 +02:00
..
main.c feat(is-thread-safe): initial commit 2023-04-05 15:12:50 +02:00
makefile feat(is-thread-safe): initial commit 2023-04-05 15:12:50 +02:00
readme.md feat(is-thread-safe): initial commit 2023-04-05 15:12:50 +02: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"