rgncycle-libpq/multiple_rows
dancingCycle 1523aff35d feat(multiple_rows): initial commit 2023-03-15 15:44:43 +01:00
..
main.c feat(multiple_rows): initial commit 2023-03-15 15:44:43 +01:00
makefile feat(multiple_rows): initial commit 2023-03-15 15:44:43 +01:00
readme.md feat(multiple_rows): initial commit 2023-03-15 15:44:43 +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>"