First page Back Continue Last page Overview Text

Notes:


In addition to advanced features that aren't shared by other ORMs, Sequel supports most common ORM features.

It has hooks and validations, association callbacks and extensions, and it supports 2 separate eager loading implementations, one of which uses joins and another which loads each association in a separate query.

Sequel is a toolkit, so it gives the programmer the choice which eager loading implementation to use, rather than guessing.