-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Description
I'm working on the Sequel adapter for this library. With it, I will do the following:
- Take the library to actually being fully decoupled from ActiveRecord, just like Rails (if you want to use Rails without having ActiveRecord in your top-level namespace, you can). It would be nice to have this also be a characteristic of this library.
- Support Sequel - be able to run all the specs with all the original models but interfacing with Sequel. This can be done by changing the "ORM" environment variable when running specs.
The library seems to be written with the intent for it to be decoupled from the orm used by the user but doesn't go all the way. With this, the orm specific logic will be housed in one place.
Any additional thoughts or opposition to the idea?
Any other Sequel or other ORM users out there who want to use this library? Please like this so I know how many of you are out there...
redpist, mwpastore, aars, rafal-brize, mmun and 4 more
Metadata
Metadata
Assignees
Labels
No labels