jeremyevans/sequel
Sequel: The Database Toolkit for Ruby observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6729
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
5091 stars · 1073 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Sequel is a Ruby database toolkit providing a concise DSL for SQL query construction, schema management, and a comprehensive ORM layer for mapping records to Ruby objects. It supports many databases including PostgreSQL, MySQL, SQLite, and Oracle, with advanced features like prepared statements, sharding, and primary/replica configurations.
Use cases
- query a SQL database from Ruby without raw SQL strings
- map database rows to Ruby objects with an ORM
- run database migrations and schema changes
- set up primary/replica database configurations or sharding
- use prepared statements and bound variables in Ruby
- connect to PostgreSQL, MySQL, or SQLite from a Ruby app
When to choose
- you want a lightweight, fast Ruby ORM alternative to ActiveRecord
- you need fine-grained SQL query construction with a Ruby DSL
- you need advanced database features like savepoints, two-phase commit, or sharding
- you want a toolkit that works both as a query builder and a full ORM
When to avoid
- you are not working in Ruby
- you need a NoSQL or document database mapper
- your team already standardizes on ActiveRecord and its ecosystem
Facets
library · maturity stable
orm database database-driver databases web-development backend developer-tools ruby cross-platform sql query-builder migrations connection-pooling postgresql mysql sqlite activerecord-alternative migration
2 sources
- homepage: http://sequel.jeremyevans.net · fetched 2026-08-29 · 8b4d16acfe3c
- site_page: http://sequel.jeremyevans.net/documentation.html · fetched 2026-08-29 · a1b7f2e99a98
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jeremyevans/sequel | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="jeremyevans/sequel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem