Skip to content

ioquatix/activerecord-trilogy-adapter

 
 

Repository files navigation

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.

About

Active Record adapter for the Trilogy database client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Ruby 96.3%
  • Shell 3.7%