mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-26 02:24:18 +01:00
These are simple space-separated key-value pair sets of options instead of the URI style DSNs, but they are also much more flexible allowing the user to specify client SSL certificates, server certificates, compression and encryption levels, and much more (see [1] for more information) [1]: https://www.postgresql.org/docs/9.1/libpq-connect.html Changelog-Added: db: Added support for key-value DSNs for postgresql, allowing for a wider variety of configurations and environments.