A good ORM for Golang?

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
  • SQLBoiler

    Generate a Go ORM tailored to your database schema.

  • I'm a maintainer of SQLBoiler (https://github.com/volatiletech/sqlboiler), and it is the best I've used (I've tried a number).

  • gobuffalo/pop

    A Tasty Treat For All Your Database Needs (by gobuffalo)

  • Pop is the orm packaged with buffalo, it has some documentation https://github.com/gobuffalo/pop

  • 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
  • goqu

    SQL builder and query library for golang

  • I'm happy with goqu: https://github.com/doug-martin/goqu

  • ent

    An entity framework for Go

  • https://entgo.io/ looks good, one problem i see it’s generating a lot of files, hard to review PR.

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