vikassandhu999 / 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 28085 5476 28 beego is an open-source, high-performance web framework for the Go programming language. 2022-04-30 15:59:42
gorm 27846 3138 82 The fantastic ORM library for Golang, aims to be developer friendly 2022-05-01 01:54:42
sqlx 11827 913 290 general purpose extensions to golang's database/sql 2022-04-30 20:04:28
ent 10621 601 228 An entity framework for Go 2022-04-30 23:36:35
xorm 6505 791 308 Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm 2022-04-30 06:15:45
pg 5050 375 110 Golang ORM with focus on PostgreSQL features and performance 2022-04-30 14:45:06
sqlboiler 4878 442 65 Generate a Go ORM tailored to your database schema. 2022-04-30 23:42:45
gorp 3564 378 136 Go Relational Persistence - an ORM-ish library for Go 2022-04-30 02:46:08
db 2977 211 131 Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. 2022-04-30 19:42:06
gormt 1826 299 46 database to golang struct 2022-04-30 18:18:56
reform 1249 60 79 A better ORM for Go, based on non-empty interfaces and code generation. 2022-04-27 17:52:49
pop 1198 229 121 A Tasty Treat For All Your Database Needs 2022-04-28 15:42:05
prisma-client-go 1189 65 91 Prisma Client Go is an auto-generated and fully type-safe database client 2022-04-30 03:13:22
go-sqlbuilder 762 74 2 A flexible and powerful SQL string builder library plus a zero-config ORM. 2022-04-25 07:04:30
jet 701 50 22 Type safe SQL builder with code generation and automatic query result data mapping 2022-04-30 14:24:21
go-queryset 657 68 18 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. 2022-04-11 08:22:53
qbs 547 102 10 QBS stands for Query By Struct. A Go ORM. 2022-01-25 00:31:55
rel 507 48 15 💎 Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API 2022-04-30 01:51:22
zoom 287 26 2 A blazing-fast datastore and querying engine for Go built on Redis. 2022-03-31 21:57:35
grimoire 156 17 0 Database access layer for golang 2022-03-05 04:22:24
go-store 107 9 1 A simple and fast Redis backed key-value store library for Go 2022-03-01 03:51:15
GoBatis 107 17 1 An easy ORM tool for Golang, support MyBatis-Like XML template SQL 2022-04-16 08:12:20
marlow 82 7 2 golang generator for type-safe sql api constructs 2021-09-29 00:13:39
go-firestorm 27 8 0 Simple Go ORM for Google/Firebase Cloud Firestore 2022-03-01 20:26:27
lore 10 3 0 Light Object-Relational Environment (LORE) provides a simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go 2022-02-08 12:25:18

Last Automatic Update: 2022-05-01T01:57:13Z

About

ORMs for Go, most starred on Github.

License:MIT License


Languages

Language:Go 90.5%Language:Makefile 9.5%