First page Back Continue Last page Overview Text

Notes:


Sequel supports creating and altering tables, as well as other forms of schema modifications, which you can use both inside of and outside of migrations.

Sequel supports both bound variables and prepared statements, with native support on four different adapters and emulated support on the others.

Sequel supports database stored procedures in the MySQL and JDBC adapters.

Sequel supports both master/slave database configurations as well as sharding configurations.