Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.12 KB

Trilogy Adapter

Active Record database adapter for Trilogy

Requirements

Setup

  • Add the following to your Gemfile:

    gem "activerecord-trilogy-adapter"
  • Update your database configuration (e.g. config/database.yml) to use trilogy as the adapter.

Versioning

Read Semantic Versioning for details. Briefly, it means:

  • Major (X.y.z) - Incremented for any backwards incompatible public API changes.
  • Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
  • Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.

Code of Conduct

Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.

Contributions

Read CONTRIBUTING for details.

License

Released under the MIT License.