macOS
brew install jetlocal Homebrew formula metadata
sudo port install jetMacPorts ports tree · textproc/jet/Portfile · ソース: api.github.com
brew
jet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jetlocal Homebrew formula metadata
sudo port install jetMacPorts ports tree · textproc/jet/Portfile · ソース: api.github.com
nix profile install nixpkgs#jetnixpkgs package indexes · pkgs/by-name/je/jet/package.nix · ソース: api.github.com
概要
Type safe SQL builder with code generation and auto query result data mapping
履歴
Jet is a Go database access toolkit built around code generation, type-safe SQL builders, and automatic query result mapping. Its README is explicit that Jet is not an ORM; the package instead generates Go types from database metadata so queries can be written as Go code that resembles SQL.
The go-jet/jet repository was created in 2019 and reached a 1.0 GitHub release the same year. The 2.x line also began in 2019, establishing the module path used by the documented `go install github.com/go-jet/jet/v2/cmd/jet` workflow.
The project evolved as a generator plus runtime library. Release history and documentation show continuing additions around SQL dialect features, result mapping, and database support, with PostgreSQL, MySQL, SQLite, CockroachDB, and MariaDB represented across the README and wiki.
Jet fits a Go community preference for explicit SQL and compile-time feedback. It occupies a middle position between handwritten `database/sql` calls, ORMs, and SQL-code generators: users still write query structure in Go, but the table, column, enum, and model types are generated from the database.
Homebrew, MacPorts, and Nix metadata in the input show adoption as a developer command as well as a Go library dependency. The formula packages the `jet` generator executable, which is the visible tool most package-manager users install.
The documented workflow is to install the generator, point it at a running database or SQLite file, and choose an output path such as `./.gen`. Jet then generates SQL builder and model packages, after which application code imports those packages and builds typed SELECT, INSERT, UPDATE, DELETE, LOCK, and WITH statements.
Jet is package-nerd notable because the command name is tiny and generic, but the package represents a very specific Go database philosophy: generate just enough schema-aware code to make SQL construction typed while avoiding a full ORM identity map.
セキュリティ状態
jet に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jet | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:jet |
|---|---|
| バージョン | 2.15.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jet |
| ホームページ | https://github.com/go-jet/jet |
| リポジトリ | https://github.com/go-jet/jet |
| 上流ドキュメント | https://github.com/go-jet/jet#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/go-jet/jet/archive/refs/tags/v2.15.0.tar.gz |
| 最終更新 | 2026-05-21T15:06:46Z |
| 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 | jet |
| 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 パッケージリンクとは分けて表示されます。
jet
nix profile install nixpkgs#jetjet
sudo port install jetソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.