JOOQ library equivalent for Go?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • sqlc

    Generate type-safe code from SQL

  • Dev site: https://sqlc.dev/

  • SQLBoiler

    Generate a Go ORM tailored to your database schema.

  • You might want to have a look into SQLBoiler. https://github.com/volatiletech/sqlboiler

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ent

    An entity framework for Go

  • I've not used it yet, but is the Ent framework at all similar to Jooq? https://entgo.io/

  • sq

    Type safe SQL query builder and struct mapper for Go

  • https://github.com/bokwoon95/go-structured-query plugging my library, which was inspired by jOOQ. Do check it out and see if it fits your needs.

  • gOOQ

  • Former colleagues of mine wrote https://github.com/lumina-tech/gOOQ. However, I don't think it is community-oriented and instead maintained only for their needs. At the time they showed it to me, a similar project was announced by https://github.com/go-jet/jet.

  • jet

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

  • Former colleagues of mine wrote https://github.com/lumina-tech/gOOQ. However, I don't think it is community-oriented and instead maintained only for their needs. At the time they showed it to me, a similar project was announced by https://github.com/go-jet/jet.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts