sandbox-libpq/multiple_rows
dancingCycle 1faf78f9d0 chore: refactore 2023-04-05 15:20:10 +02:00
..
main.c chore: refactore 2023-04-05 15:20:10 +02:00
makefile feat: add multiple_rows 2023-01-05 14:57:09 +01:00
readme.md chore: refactore 2023-04-05 15:20:10 +02:00

readme.md

  • install dependencies on Debian Bullseye
sudo apt install libpq-dev --no-install-recommends
  • build
make
  • run
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
  • or run
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"