Active Record database adapter for Trilogy
- Ruby 2.7 or higher
- Active Record 7.1 or higher
- Trilogy 2.1.1 or higher
-
Add the following to your Gemfile:
gem "activerecord-trilogy-adapter"
-
Update your database configuration (e.g.
config/database.yml
) to usetrilogy
as the adapter.
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.
Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.
Read CONTRIBUTING for details.
Released under the MIT License.