Popularity
9.9
Stable
Activity
9.1
Declining
31,888
496
3,510
Programming language: Go
License: MIT License
Tags:
ORM
GORM alternatives and similar packages
Based on the "ORM" category.
Alternatively, view GORM alternatives based on common mentions on social networks and blogs.
-
upper.io/db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. -
xorm
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作 -
Prisma
Prisma Client Go is an auto-generated and fully type-safe database client -
reform
A better ORM for Go, based on non-empty interfaces and code generation. -
go-sqlbuilder
A flexible and powerful SQL string builder library plus a zero-config ORM. -
go-queryset
100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. -
REL
:gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API -
golobby/orm
A lightweight yet powerful, fast, customizable, type-safe object-relational mapper for the Go programming language. -
Marlow
Generated ORM from project structs for compile time safety assurances. -
gomodel
A lightweight, fast, orm-like library helps interactive with database. -
lore
Light Object-Relational Environment (LORE) provides a simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of GORM or a related project?
Popular Comparisons
README
GORM
The fantastic ORM library for Golang, aims to be developer friendly.
Overview
- Full-Featured ORM
- Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance)
- Hooks (Before/After Create/Save/Update/Delete/Find)
- Eager loading with
Preload
,Joins
- Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
- Context, Prepared Statement Mode, DryRun Mode
- Batch Insert, FindInBatches, Find To Map
- SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, NamedArg, Search/Update/Create with SQL Expr
- Composite Primary Key
- Auto Migrations
- Logger
- Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus…
- Every feature comes with tests
- Developer Friendly
Getting Started
- GORM Guides https://gorm.io
- GORM Gen gorm/gen
Contributing
You can help to deliver a better GORM, check out things you can do
License
© Jinzhu, 2013~time.Now
Released under the MIT License
*Note that all licence references and agreements mentioned in the GORM README section above
are relevant to that project's source code only.