macOS
brew install jetlocal Homebrew formula metadata
sudo port install jetMacPorts ports tree · textproc/jet/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jet in AI-Agent-Workflows.
Installation
brew install jetlocal Homebrew formula metadata
sudo port install jetMacPorts ports tree · textproc/jet/Portfile · Quelle: api.github.com
nix profile install nixpkgs#jetnixpkgs package indexes · pkgs/by-name/je/jet/package.nix · Quelle: api.github.com
Überblick
Type safe SQL builder with code generation and auto query result data mapping
Verlauf
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.
Sicherheitslage
Für jet wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
jet | 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.
Installationsmetadaten
| Paketschlüssel | brew:jet |
|---|---|
| Version | 2.15.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/jet |
| Homepage | https://github.com/go-jet/jet |
| Repository | https://github.com/go-jet/jet |
| Upstream-Dokumentation | https://github.com/go-jet/jet#readme |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/go-jet/jet/archive/refs/tags/v2.15.0.tar.gz |
| Zuletzt aktualisiert | 2026-05-21T15:06:46Z |
| 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 | 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
jet
nix profile install nixpkgs#jetjet
sudo port install jetQuellspur
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.