mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-02 06:29:54 -05:00
6e2d57ccc2
Added a new SSL-related configuration options to the top-level configuration level for MySQL database. They are SSL_CERT, SSL_KEY, and SSL_CA. These options are copied from the top-level configuration to the options option hash during configuration parsing by the MySqlConfigurationParser. If both are defined, then the top-level option overwrites a option in the 'options' hash. - functional test - updated docs