macOS
brew install jetlocal Homebrew formula metadata
sudo port install jetMacPorts ports tree · textproc/jet/Portfile · source: api.github.com
brew
Type safe SQL builder with code generation and auto query result data mapping. Version 2.15.0 via Homebrew; verified 2026-05-21.
install
brew install jetlocal Homebrew formula metadata
sudo port install jetMacPorts ports tree · textproc/jet/Portfile · source: api.github.com
nix profile install nixpkgs#jetnixpkgs package indexes · pkgs/by-name/je/jet/package.nix · source: api.github.com
overview
Type safe SQL builder with code generation and auto query result data mapping
history
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.
security posture
No matching local secret-handling manifest was found for jet. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jet | 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.
install metadata
| Package key | brew:jet |
|---|---|
| Version | 2.15.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jet |
| Homepage | https://github.com/go-jet/jet |
| Repository | https://github.com/go-jet/jet |
| Upstream docs | https://github.com/go-jet/jet#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/go-jet/jet/archive/refs/tags/v2.15.0.tar.gz |
| Last updated | 2026-05-21T15:06:46Z |
| 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 | 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jet
nix profile install nixpkgs#jetjet
sudo port install jetsource 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.