macOS
brew install sqlboilerlocal Homebrew formula metadata
brew
sqlboiler のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install sqlboilerlocal Homebrew formula metadata
nix profile install nixpkgs#sqlboilernixpkgs package indexes · pkgs/by-name/sq/sqlboiler/package.nix · ソース: api.github.com
概要
Generate a Go ORM tailored to your database schema
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
sqlboiler | cli | グローバル実行可能ファイル | |
sqlboiler-mssql | cli | グローバル実行可能ファイル | |
sqlboiler-mysql | cli | グローバル実行可能ファイル | |
sqlboiler-psql | cli | グローバル実行可能ファイル | |
sqlboiler-sqlite3 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/aarondl/sqlboiler
インストールメタデータ
| パッケージキー | brew:sqlboiler |
|---|---|
| バージョン | 4.19.7 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/sqlboiler |
| ホームページ | https://github.com/aarondl/sqlboiler |
| リポジトリ | https://github.com/aarondl/sqlboiler |
| 上流ドキュメント | https://github.com/volatiletech/sqlboiler#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/aarondl/sqlboiler/archive/refs/tags/v4.19.7.tar.gz |
| 最終更新 | 2026-07-04T16:53:45+09:00 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
sqlboiler
nix profile install nixpkgs#sqlboilerソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.