rgncycle-libpq/example1
dancingCycle 017bfac70f feat(example1): initial commit 2023-03-15 16:30:33 +01:00
..
main.c feat(example1): initial commit 2023-03-15 16:30:33 +01:00
makefile feat(example1): initial commit 2023-03-15 16:30:33 +01:00
readme.md feat(example1): initial commit 2023-03-15 16:30:33 +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>"