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.
|
2 months ago | |
---|---|---|
.. | ||
main.c | 2 months ago | |
makefile | 5 months ago | |
makefile-fine | 5 months ago | |
makefile-fine2 | 5 months ago | |
readme.md | 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>"