trilogy-libraries / activerecord-trilogy-adapter

Active Record adapter for the Trilogy database client for Rails v6.0 - v7.0.
https://github.com/trilogy-libraries/trilogy
MIT License
172 stars 17 forks source link

Fixes #53 - Implement dbconsole support #55

Closed lorint closed 1 year ago

lorint commented 1 year ago

This is pursuant to @tmimura39's finding that when running rails dbconsole, ARTA currently errors with:

`require': cannot load such file -- trilogy_adapter/rails/dbconsole

As such, here is an implementation of dbconsole that strives to adhere as closely as possible with how it is implemented in Rails 7.1.