Skip to content

ORM

📕 Articles

📺 Videos

Libraries

  • ent/ent - An entity framework for Go
  • Kamva/mgm - Mongo Go Models (mgm) is a fast and simple MongoDB ODM for Go (based on official Mongo Go Driver)
  • go-gorm/gorm - The fantastic ORM library for Golang, aims to be developer friendly
  • volatiletech/sqlboiler - Generate a Go ORM tailored to your database schema.
  • uptrace/bun - SQL-first Golang ORM
  • go-jet/jet - Type safe SQL builder with code generation and automatic query result data mapping
  • infobloxopen/protoc-gen-gorm - A protobuf compiler plugin designed to generate GORM models and APIs for simple object persistence tasks.

Samples

Back to top