First page Back Continue Last page Overview Text

Notes:


The basics of Sequel model are similar to other ruby ORMs.

One thing that differentiates Sequel model is its very powerful and flexible associations.

In keeping with the toolkit approach, Sequel only supports the three most common association types natively.

However, it allows you to build your own custom associations, and it even supports the eager loading of custom associations.