Code style checking for Sequel
RSpec Matchers for Sequel
A colletion of sequel plugins by Umbrellio
Sequel support for CarrierWave
Bitemporal versioning for sequel, fully tested.
Sequel backend for DelayedJob, originally authored by Tobias Luetke
sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster than the pure ruby version that Sequel uses by default. sequel_pg also offers optimized versions of some dataset methods, as well as adds support for using PostgreSQL streaming.
Encryption at rest made easy
Sequel adapter for Snowflake
Access FOS/betrieve db with this Sequel based orm wrapper
sequel-annotate annotates Sequel models with schema information. By default, it includes information on columns, indexes, and foreign key constraints for the current table. On PostgreSQL, this includes more advanced information, including check constraints, triggers, comments, and foreign keys constraints for other tables that reference the current table.
sequel-pg-trgm