jet
« Back to VersTracker
Description:
Type safe SQL builder with code generation and auto query result data mapping
Type: Formula  |  Latest Version: 2.14.0@0  |  Tracked Since: Oct 20, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: go sql code-generation type-safe database builder
Install: brew install jet
About:
Jet is a type-safe SQL builder and code generator for Go that constructs SQL queries programmatically with compile-time safety. It automatically generates Go code from your database schema to map query results directly to idiomatic Go structs, eliminating boilerplate and runtime errors.
Key Features:
  • Type-safe SQL builder for Go
  • Automatic code generation from database schema
  • Auto-mapping of query results to Go structs
  • Support for PostgreSQL, MySQL, and SQLite
Use Cases:
  • Building complex SQL queries in Go applications without string concatenation
  • Generating type-safe data models from existing database schemas
  • Replacing manual struct scanning with automated result mapping
Alternatives:
  • sqlx – sqlx provides struct mapping but lacks compile-time query safety and code generation
  • ent – ent is a full ORM with entity modeling, while Jet focuses on type-safe query building
Version History
Detected Version Rev Change Commit
Oct 20, 2025 11:06am 0 VERSION_BUMP 9f09c7f3
Sep 12, 2025 12:41pm 0 VERSION_BUMP bdbeccdf
Nov 3, 2024 12:38pm 0 VERSION_BUMP 6362f64a
Sep 14, 2024 9:39am 0 VERSION_BUMP 0023f985