aarondl/sqlboiler
Generate a Go ORM tailored to your database schema. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 92
- Release rhythm 40
- Longevity 100
Flags: no_license
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: 5.5
- age_days: 3846
- days_rel: 432
- days_push: 52
- n_releases_24m: 9
Adoption not part of the score
6991 stars · 559 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SQLBoiler is a database-first ORM generator for Go that introspects your existing database schema and generates type-safe, ActiveRecord-style Go code tailored to it. It supports PostgreSQL, MySQL, SQLite3, and MSSQL and is currently in maintenance mode.
Use cases
- generate a Go ORM from an existing database schema
- eliminate database/sql boilerplate in a Go backend
- work with a legacy Rails-style database from Go
- get ActiveRecord-like productivity in Go
- generate type-safe models for PostgreSQL or MySQL
- manage relationships between models without reflection
When to choose
- you have an existing database schema and want generated, type-safe Go models
- you want ActiveRecord-like ergonomics without reflection overhead
- you use PostgreSQL, MySQL, SQLite3, or MSSQL in a Go project
When to avoid
- you want an actively developed project with new features (consider Bob or sqlc)
- you prefer a code-first ORM like GORM where Go structs define the schema
- you need GOPATH-style projects (v4 requires Go modules)
Facets
cli-tool · maturity maintenance
orm database database-driver databases backend developer-tools web-development go cli windows database-first code-generation activerecord sql postgres mysql sqlite mssql linux macos
1 source
- readme: https://github.com/aarondl/sqlboiler · fetched 2026-08-28 · c331e44015fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aarondl/sqlboiler | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="aarondl/sqlboiler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem