🍺 BREW Explorer

← all formulae

jet

brew install jet v2.15.0 Apache-2.0

Type safe SQL builder with code generation and auto query result data mapping

26
30-day installs · #6162
45
90-day · #7624
271
365-day · #6591
3.7k
★ GitHub stars · updated 2mo ago

Build dependencies

go

GitHub topics

cockroachdb code-completion code-generator codegenerator database datamapper golang mariadb mysql postgres postgresql sql sql-builder sql-queries sql-query sql-query-builder sqlbuilder sqlite typesafe typesafety

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Type safe SQL builder with code generation and auto query result data mapping",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:39:00+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "jet",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-20T17:05:35Z",
  "github_readme_excerpt": "# Jet\n\n\u003cimg align=\"right\" width=\"175px\" src=\"https://github.com/go-jet/jet/wiki/image/mascot.png\"\u003e\n\n[![go-jet](https://circleci.com/gh/go-jet/jet.svg?style=svg)](https://app.circleci.com/pipelines/github/go-jet/jet?branch=master)\n[![codecov](https://codecov.io/gh/go-jet/jet/branch/master/graph/badge.svg)](https://codecov.io/gh/go-jet/jet)\n[![Go Report Card](https://goreportcard.com/badge/github.com/go-jet/jet)](https://goreportcard.com/report/github.com/go-jet/jet/v2)\n[![Documentation](https://godoc.org/github.com/go-jet/jet?status.svg)](http://godoc.org/github.com/go-jet/jet/v2)\n[![GitHub release](https://img.shields.io/github/release/go-jet/jet.svg)](https://github.com/go-jet/jet/releases)\n\nJet is a complete solution for efficient and high performance database access, combining a type-safe SQL builder with code generation\nand automatic query result mapping.\n\nJet currently supports the following database engines:\n\n* `PostgreSQL`\n* `MySQL`\n* `SQLite`\n\nThis list is not exclusive, as many other databases implement compatible wire protocols. For example, `CockroachDB` uses the\n`PostgreSQL` wire protocol, and `MariaDB` is based on the `MySQL` protocol. Both databases are tested and known to work with Jet.\n\nSupport for additional databases may be introduced in future releases.\n\n![jet](https://github.com/go-jet/jet/wiki/image/jet.png)  \nJet is the easiest, and the fastest way to write complex type-safe SQL queries as a Go code and map database query result\ninto complex object composition.\n\n\u003e [!Note]\n\u003e Jet is __not__ an ORM.\n\n## Contents\n- [Motivation](#motivation)\n- [Features](#features)\n- [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n    - [Quick Start](#quick-start)\n        - [Generate sql builder and model types](#generate-sql-builder-and-model-types)\n        - [Lets write some SQL queries in Go](#lets-write-some-sql-queries-in-go)\n        - [Execute query and store result](#execute-query-and-store-result)",
  "github_repo": "go-jet/jet",
  "github_stars": 3723,
  "github_topics": [
    "cockroachdb",
    "code-completion",
    "code-generator",
    "codegenerator",
    "database",
    "datamapper",
    "golang",
    "mariadb",
    "mysql",
    "postgres",
    "postgresql",
    "sql",
    "sql-builder",
    "sql-queries",
    "sql-query",
    "sql-query-builder",
    "sqlbuilder",
    "sqlite",
    "typesafe",
    "typesafety"
  ],
  "homepage": "https://github.com/go-jet/jet",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 26,
  "installs_365d": 271,
  "installs_90d": 45,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "jet",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 6162,
  "rank_365d": 6591,
  "rank_90d": 7624,
  "raw_hash": "1de3ec3c5b2c8753",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/j/jet.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "2.15.0",
  "versioned_formulae": [],
  "why_use_this": null
}