mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-12 20:38:56 -05:00
9910668a8a
Added a new SSL-related configuration options to the top-level configuration level for PostgreSQL database. They are sslmode, sslcert, sslkey, and sslrootcert. These options are copied from the top-level configuration to the options option hash during configuration parsing by the PostgresConfigurationParser. If both are defined, then the top-level option overwrites a option in the 'options' hash. - also added constants - functional test - updated docs
Database
Almost every modern application interacts with a database. TinyORM makes interacting with a database extremely simple using raw SQL, a fluent query builder, and the TinyORM.