sandbox for libpq library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dancesWithCycles de21aa2788 chore: refactor 2 months ago
..
main.c chore: refactore 2 months ago
makefile feat: add create_table 5 months ago
makefile-fine feat: add create_table 5 months ago
makefile-fine2 feat: add create_table 5 months ago
readme.md chore: refactor 2 months ago

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>"