I remember being less repulsed by Sequel than the abomination that is ActiveRecord back in 2010, the last time I used an ORM in anger. I still think that SQLAlchemy is the best SQL interface for any language, full stop. It’s good enough to be dispositive in a selection of technologies for an application that requires a relational database, as far as I’m considered.
I remember being less repulsed by Sequel than the abomination that is ActiveRecord back in 2010, the last time I used an ORM in anger. I still think that SQLAlchemy is the best SQL interface for any language, full stop. It’s good enough to be dispositive in a selection of technologies for an application that requires a relational database, as far as I’m considered.
I used Sequel on my last JRuby project and enjoyed it immensely (for an ORM).