ErlyORM / boss_db

BossDB: a sharded, caching, pooling, evented ORM for Erlang
Other
277 stars 138 forks source link

Introduce a new option to enable SSL secured connections to a PostgreSQL server #234

Closed drobakowski closed 9 years ago

drobakowski commented 9 years ago

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.

danikp commented 9 years ago

merged, thanks

drobakowski commented 9 years ago

@danikp thanks for the fast response!