machinist
machinist copied to clipboard
Sequel adapter
I added a Sequel adapter.
Since Sequel doesn't support deferred associations natively, the adapter is slightly more complex than the ActiveRecord adapter.
Is it possible to get this merged in? It would be really nice to have Sequel support in machinist...
This would be better packaged as a separate gem, perhaps machinist-sequel
—it's cleanly independent of machinist core and this way, the mainenance of one won't affect the other.
Seeing as ActiveRecord is supported as an adapter already, and not really part of the "core", is it not reasonable to have Sequel also supported in the main gem?
Well, activerecord should be moved to a separate gem too, but that's a separate job :)
Since the two concerns can be cleanly separated I think separate gems would be better.
On 28/01/2013, at 6:07 PM, Matt Hauck [email protected] wrote:
Seeing as ActiveRecord is supported as an adapter already, and not really part of the "core", is it not reasonable to have Sequel also supported in the main gem?
Reply to this email directly or view it on GitHub.