/activerecord-trilogy-adapter

Active Record adapter for the Trilogy database client

Primary LanguageRubyMIT LicenseMIT

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.