Sequel is a database toolkit for Ruby that provides both an ORM layer and a lower-level database abstraction. It offers an alternative to ActiveRecord with a focus on performance, flexibility, and adherence to SQL standards. Sequel supports advanced database features like prepared statements, database-agnostic migrations, and complex query building. The gem works with multiple database systems and is particularly valued in applications where database efficiency and control are priorities.
gem install sequel Run this gem instantly in your browser without any installation:
Open in RunRuby.dev →All 299 versions available for installation