macOS
brew install sqlboilerlocal Homebrew formula metadata
brew
Generate a Go ORM tailored to your database schema. Version 4.19.7 via Homebrew; verified 2026-07-04.
install
brew install sqlboilerlocal Homebrew formula metadata
nix profile install nixpkgs#sqlboilernixpkgs package indexes · pkgs/by-name/sq/sqlboiler/package.nix · source: api.github.com
overview
Generate a Go ORM tailored to your database schema
history
SQLBoiler is a database-first Go ORM generator: users point it at an existing schema and it generates Go models, query helpers, and database-specific code rather than asking developers to describe the schema in Go structs.
The project appeared publicly on GitHub in 2016 and its first GitHub release was tagged v1.0.0 in September 2016. Its README explains that it grew out of an attempt to bring ActiveRecord-like productivity to Go while avoiding reflection-heavy, code-first ORM designs.
By the maintained v4 line, SQLBoiler had moved with the Go ecosystem toward Go modules; the README notes that v3 was the last GOPATH-compatible version and that v4 is the maintained version.
SQLBoiler became one of the recognizable Go database code-generation tools, especially for teams with existing PostgreSQL, MySQL, SQL Server, or SQLite schemas. The input package metadata lists Homebrew and Nix packaging, which reflects its use as an installable developer CLI rather than only a Go library.
Typical use starts with a database schema and a sqlboiler.toml file, then runs the sqlboiler CLI with a database driver such as sqlboiler-psql, sqlboiler-mysql, sqlboiler-mssql, or sqlboiler-sqlite3 to regenerate models as the schema changes.
Package-manager users care about SQLBoiler because it is a classic generated-code CLI: installing the formula gives repeatable access to the generator and its driver commands without making every project vendor a local toolchain bootstrap step.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
sqlboiler.toml$XDG_CONFIG_HOME/sqlboiler/sqlboiler.toml~/.config/sqlboiler/sqlboiler.tomlCredential-bearing paths to review before unattended agent runs.
sqlboiler.toml$XDG_CONFIG_HOME/sqlboiler/sqlboiler.toml~/.config/sqlboiler/sqlboiler.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
sqlboiler | cli | global executable | |
sqlboiler-mssql | cli | global executable | |
sqlboiler-mysql | cli | global executable | |
sqlboiler-psql | cli | global executable | |
sqlboiler-sqlite3 | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/aarondl/sqlboiler
install metadata
| Package key | brew:sqlboiler |
|---|---|
| Version | 4.19.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sqlboiler |
| Homepage | https://github.com/aarondl/sqlboiler |
| Repository | https://github.com/aarondl/sqlboiler |
| Upstream docs | https://github.com/volatiletech/sqlboiler#readme |
| License | BSD-3-Clause |
| Source archive | https://github.com/aarondl/sqlboiler/archive/refs/tags/v4.19.7.tar.gz |
| Last updated | 2026-07-04T16:53:45+09:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sqlboiler |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
sqlboiler
nix profile install nixpkgs#sqlboilersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.