This PR is based on #183. The missing default if clause is now included. In addition to boolean() as a data type for the db_ssl option, it's now possible to set required as an alternative, which corresponds to the underlying pgsql/epgsql library specification. The new option is now documented in the README and the missing db_configure option is also included.
This PR is based on #183. The missing default
if
clause is now included. In addition toboolean()
as a data type for thedb_ssl
option, it's now possible to setrequired
as an alternative, which corresponds to the underlying pgsql/epgsql library specification. The new option is now documented in the README and the missingdb_configure
option is also included.