ORM FOR GO

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

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

    An entity framework for Go

  • To summarize it, Ent focuses on productivity and currentness. It's being used by small and big projects - with hundreds of different tables.

  • sqlc

    Generate type-safe code from SQL

  • Take a look at sqlc https://sqlc.dev/. It generates idiomatic Go code from SQL queries, and is quite interesting! Try to use its Playground here: https://play.sqlc.dev/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Fiber

    ⚡️ Express inspired web framework written in Go

  • You should checkout Fiber and GORM

  • Echo

    High performance, minimalist Go web framework

  • echo has some great docs, and seems popular for web.

  • SQLBoiler

    Generate a Go ORM tailored to your database schema.

  • https://github.com/volatiletech/sqlboiler is my personal favorite

  • GORM

    The fantastic ORM library for Golang, aims to be developer friendly

  • Consider Goa and Gorm too

  • Squirrel

    Fluent SQL generation for golang

  • In that regard, I think https://github.com/Masterminds/squirrel is great.

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

    🍐 Elegant Golang REST API Framework (v5 release candidate available)

  • Check out Goyave

  • confetti

    Confetti is a web application framework with an expressive, elegant syntax. This repository contains configuration files and is intended as a template for your codebase. Download these configuration files and include them in your git repository.

  • Confetti Framework is a new framework, but with the most accessible documentation. Is there anything special you expect from a framework?

  • dgraph

    The high-performance database for modern applications

  • I dont use SQL anymore. If you really still have need for fixed schemas, ok, but a graph database like dgraph with graphql makes persisting so much easier, flexible, scaleable and faster.

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