Sequel adapter#89
Conversation
|
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 |
|
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 notifications@github.com wrote:
|
I added a Sequel adapter.
Since Sequel doesn't support deferred associations natively, the adapter is slightly more complex than the ActiveRecord adapter.