macOS
brew install sqlboilerlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sqlboiler in AI-Agent-Workflows.
Installation
brew install sqlboilerlocal Homebrew formula metadata
nix profile install nixpkgs#sqlboilernixpkgs package indexes · pkgs/by-name/sq/sqlboiler/package.nix · Quelle: api.github.com
Überblick
Generate a Go ORM tailored to your database schema
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
sqlboiler | cli | globales Executable | |
sqlboiler-mssql | cli | globales Executable | |
sqlboiler-mysql | cli | globales Executable | |
sqlboiler-psql | cli | globales Executable | |
sqlboiler-sqlite3 | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/aarondl/sqlboiler
Installationsmetadaten
| Paketschlüssel | brew:sqlboiler |
|---|---|
| Version | 4.19.7 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/sqlboiler |
| Homepage | https://github.com/aarondl/sqlboiler |
| Repository | https://github.com/aarondl/sqlboiler |
| Upstream-Dokumentation | https://github.com/volatiletech/sqlboiler#readme |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/aarondl/sqlboiler/archive/refs/tags/v4.19.7.tar.gz |
| Zuletzt aktualisiert | 2026-07-04T16:53:45+09:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
sqlboiler
nix profile install nixpkgs#sqlboilerQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.