pvlpff / awesome-go-orms

ORMs for Go, most starred on Github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top Go ORMs Go Report Card Actions Status

A list of popular github projects related to Go ORM(Object-Relational Mapping) (ranked by stars automatically) Please update list.txt (via Pull Request)

Project Name Stars Forks Open Issues Description Last Update
beego 27443 5372 31 beego is an open-source, high-performance web framework for the Go programming language. 2021-12-25 14:29:17
gorm 26274 2988 43 The fantastic ORM library for Golang, aims to be developer friendly 2021-12-25 23:50:55
sqlx 11227 872 290 general purpose extensions to golang's database/sql 2021-12-25 15:27:24
ent 9492 524 199 An entity framework for Go 2021-12-25 22:53:14
xorm 6466 797 308 Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm 2021-12-24 05:45:06
pg 4928 364 106 Golang ORM with focus on PostgreSQL features and performance 2021-12-24 21:51:51
sqlboiler 4515 414 109 Generate a Go ORM tailored to your database schema. 2021-12-24 22:39:11
gorp 3534 376 136 Go Relational Persistence - an ORM-ish library for Go 2021-12-25 19:55:05
db 2837 200 128 Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. 2021-12-25 18:41:47
gormt 1602 264 38 database to golang struct 2021-12-24 05:27:38
reform 1212 55 74 A better ORM for Go, based on non-empty interfaces and code generation. 2021-12-22 08:30:38
pop 1149 223 122 A Tasty Treat For All Your Database Needs 2021-12-25 18:07:39
prisma-client-go 1081 49 92 Prisma Client Go is an auto-generated and fully type-safe database client 2021-12-24 16:12:51
go-sqlbuilder 679 64 1 A flexible and powerful SQL string builder library plus a zero-config ORM. 2021-12-24 09:34:13
go-queryset 645 63 18 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. 2021-12-15 14:32:47
jet 581 41 12 Type safe SQL builder with code generation and automatic query result data mapping 2021-12-23 21:07:52
qbs 548 104 10 QBS stands for Query By Struct. A Go ORM. 2021-09-18 08:26:02
rel 461 44 17 💎 Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API 2021-12-23 04:08:43
zoom 283 25 2 A blazing-fast datastore and querying engine for Go built on Redis. 2021-12-05 23:22:17
grimoire 156 16 0 Database access layer for golang 2021-11-30 19:23:23
go-store 106 8 1 A simple and fast Redis backed key-value store library for Go 2021-12-13 20:34:50
GoBatis 106 17 2 An easy ORM tool for Golang, support MyBatis-Like XML template SQL 2021-12-18 08:36:19
marlow 82 7 2 golang generator for type-safe sql api constructs 2021-09-29 00:13:39
go-firestorm 26 7 0 Simple Go ORM for Google/Firebase Cloud Firestore 2021-12-13 23:52:09
lore 10 2 0 Light Object-Relational Environment (LORE) provides a simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go 2021-10-12 08:51:16

Last Automatic Update: 2021-12-26T00:59:19Z

About

ORMs for Go, most starred on Github.

License:MIT License


Languages

Language:Go 90.5%Language:Makefile 9.5%