rgncycle-libpq/prepared_statement
dancingCycle f7f65b7b4f feat(prepared_statement): initial commit 2023-03-15 16:25:52 +01:00
..
main.c feat(prepared_statement): initial commit 2023-03-15 16:25:52 +01:00
makefile feat(prepared_statement): initial commit 2023-03-15 16:25:52 +01:00
readme.md feat(prepared_statement): initial commit 2023-03-15 16:25:52 +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>"