class Sequel::Model

make Sequel not load the associations plugin by default.
You can set the SEQUEL_NO_ASSOCIATIONS constant or environment variable to
for the associations support.
(which is itself a plugin) for the base support, and Sequel::Model::Associations
behavior. By default, Sequel::Model loads two plugins, Sequel::Model
instance, or dataset method defined by a previous plugin and call super to get the default
Sequel::Model is built completely out of plugins. Plugins can override any class,
which have fairly standard ORM instance behavior.
called directly on the class. Model datasets return rows as model instances,
model class is backed by a dataset instance, and many dataset methods can be
Sequel::Model is an object relational mapper built on top of Sequel core. Each