zavan / activerecord-trilogy-adapter

Active Record adapter for the Trilogy database client

Home Page:https://github.com/github/trilogy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.com/github/trilogy

License:MIT License


Languages

Language:Ruby 96.1%Language:Shell 3.9%