Ross ROSS = Recommend OSS · open-source software intelligence for agents

go-jet/jet

Type safe SQL builder with code generation and automatic query result data mapping observed · 2026-08-28

github.com/go-jet/jet · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

86/100

  • Activity 99
  • Release rhythm 60
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 125.0
  • age_days: 2741
  • days_rel: 104
  • days_push: 11
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

3781 stars · 192 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Jet is a Go library providing a type-safe SQL query builder with code generation from database schemas and automatic mapping of query results into Go structs. It supports PostgreSQL, MySQL, SQLite, CockroachDB, and MariaDB, and is explicitly not an ORM.

Use cases

  • write type-safe SQL queries in Go with compile-time checking
  • generate Go code from database schema for query building
  • map SQL query results into nested Go structs automatically
  • build complex SELECT, INSERT, UPDATE, DELETE queries without raw SQL strings
  • get code completion for SQL queries in Go IDEs
  • query PostgreSQL, MySQL, or SQLite from a Go application

When to choose

  • you want type-safe SQL in Go without ORM magic
  • you prefer writing SQL-like queries with IDE completion and compile-time safety
  • you need automatic mapping of query results into complex object compositions
  • you use PostgreSQL, MySQL, SQLite, CockroachDB, or MariaDB

When to avoid

  • you want a full ORM with associations, migrations, and lifecycle hooks
  • you need database engines beyond the SQL dialects Jet supports
  • you prefer hand-written raw SQL without code generation steps

Facets

library · maturity active

orm database database-driver serialization databases backend developer-tools web-development go windows cross-platform sql-builder code-generation type-safe query-builder data-mapping postgresql mysql sqlite cockroachdb mariadb linux macos

1 source

Member repositories

RepositoryRoleHealth v2
go-jet/jetmain86

For agents

markdown · JSON · MCP: product_card(name="go-jet/jet")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem