rgncycle-libpq/simple_query
dancingCycle 4ebf5eb333 feat(simple_query): initial commit 2023-03-15 15:41:22 +01:00
..
main.c feat(simple_query): initial commit 2023-03-15 15:41:22 +01:00
makefile feat(simple_query): initial commit 2023-03-15 15:41:22 +01:00
makefile-fine feat(simple_query): initial commit 2023-03-15 15:41:22 +01:00
makefile-fine2 feat(simple_query): initial commit 2023-03-15 15:41:22 +01:00
readme.md feat(simple_query): initial commit 2023-03-15 15:41:22 +01:00

readme.md

  • build
make
  • run
./main 'postgresql://<user>:<secret>@<hostname>:<port>/<db>'
  • or run
./main 'postgresql://<user>:<secret>@<hostname>:<port>/<db>'
  • or run
./main "host=<hostname> port=<port> user=<user> password=<<secret>> dbname=<db>"