@looopTools I don't think there is much of a difference between the two. If your brain already is used to how AR handles relations you sometimes have to rethink.
We use Sequel::Model as an ORM but often fall back to using raw `Sequel::Database` (`DB[:my_table]β¦`, which I think is a good option to have.
I sometimes think that the code would look better without using an ORM at all, because these Model classes tend to attract code that does not seem to belong there. Sequel makes that easy.