Skip to content

Commit f94210f

Browse files
committed
auto update
1 parent 8f5ee1c commit f94210f

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@ Please update **list.txt** (via Pull Request)
44

55
| Project Name | Stars | Forks | Open Issues | Description | Last Update |
66
| ------------ | ----- | ----- | ----------- | ----------- | ----------- |
7-
| [gorm](https://github.com/go-gorm/gorm) | 39334 | 4124 | 509 | The fantastic ORM library for Golang, aims to be developer friendly | 2026-01-04 01:53:51 |
8-
| [beego](https://github.com/beego/beego) | 32383 | 5620 | 15 | beego is an open-source, high-performance web framework for the Go programming language. | 2026-01-03 18:20:14 |
9-
| [sqlx](https://github.com/jmoiron/sqlx) | 17443 | 1113 | 386 | general purpose extensions to golang's database/sql | 2026-01-03 21:47:56 |
10-
| [ent](https://github.com/ent/ent) | 16805 | 1002 | 617 | An entity framework for Go | 2026-01-04 00:41:02 |
11-
| [sqlc](https://github.com/sqlc-dev/sqlc) | 16646 | 979 | 697 | Generate type-safe code from SQL | 2026-01-04 00:01:31 |
12-
| [sqlboiler](https://github.com/aarondl/sqlboiler) | 6968 | 559 | 106 | Generate a Go ORM tailored to your database schema. | 2026-01-01 07:37:09 |
7+
| [gorm](https://github.com/go-gorm/gorm) | 39362 | 4123 | 510 | The fantastic ORM library for Golang, aims to be developer friendly | 2026-01-10 17:06:12 |
8+
| [beego](https://github.com/beego/beego) | 32390 | 5620 | 13 | beego is an open-source, high-performance web framework for the Go programming language. | 2026-01-10 14:58:40 |
9+
| [sqlx](https://github.com/jmoiron/sqlx) | 17445 | 1113 | 386 | general purpose extensions to golang's database/sql | 2026-01-10 14:31:54 |
10+
| [ent](https://github.com/ent/ent) | 16830 | 1000 | 617 | An entity framework for Go | 2026-01-10 14:32:46 |
11+
| [sqlc](https://github.com/sqlc-dev/sqlc) | 16689 | 984 | 699 | Generate type-safe code from SQL | 2026-01-11 01:14:57 |
12+
| [sqlboiler](https://github.com/aarondl/sqlboiler) | 6968 | 559 | 106 | Generate a Go ORM tailored to your database schema. | 2026-01-10 18:07:55 |
1313
| [xorm](https://github.com/go-xorm/xorm) | 6658 | 752 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2025-12-23 23:34:11 |
14-
| [pg](https://github.com/go-pg/pg) | 5783 | 416 | 121 | Golang ORM with focus on PostgreSQL features and performance | 2026-01-03 12:03:39 |
15-
| [bun](https://github.com/uptrace/bun) | 4577 | 264 | 36 | SQL-first Golang ORM | 2026-01-03 15:38:13 |
16-
| [dbtpl](https://github.com/xo/dbtpl) | 3886 | 333 | 58 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2026-01-03 22:51:42 |
14+
| [pg](https://github.com/go-pg/pg) | 5784 | 415 | 121 | Golang ORM with focus on PostgreSQL features and performance | 2026-01-08 17:15:19 |
15+
| [bun](https://github.com/uptrace/bun) | 4601 | 264 | 37 | SQL-first Golang ORM | 2026-01-10 14:32:57 |
16+
| [dbtpl](https://github.com/xo/dbtpl) | 3887 | 333 | 58 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2026-01-09 02:51:05 |
1717
| [gorp](https://github.com/go-gorp/gorp) | 3754 | 375 | 148 | Go Relational Persistence - an ORM-ish library for Go | 2025-11-06 13:25:05 |
18-
| [db](https://github.com/upper/db) | 3631 | 239 | 164 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2026-01-03 04:04:55 |
19-
| [jet](https://github.com/go-jet/jet) | 3517 | 169 | 47 | Type safe SQL builder with code generation and automatic query result data mapping | 2026-01-03 19:38:56 |
20-
| [gormt](https://github.com/xxjwxc/gormt) | 2433 | 363 | 58 | database to golang struct | 2025-12-23 23:30:41 |
21-
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2292 | 104 | 115 | Prisma Client Go is an auto-generated and fully type-safe database client | 2025-12-30 12:48:31 |
22-
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1652 | 134 | 3 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2025-12-30 20:39:59 |
23-
| [bob](https://github.com/stephenafamo/bob) | 1587 | 84 | 23 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2026-01-03 12:46:54 |
24-
| [pop](https://github.com/gobuffalo/pop) | 1497 | 253 | 94 | A Tasty Treat For All Your Database Needs | 2025-12-08 19:04:14 |
25-
| [reform](https://github.com/go-reform/reform) | 1452 | 73 | 88 | A better ORM for Go, based on non-empty interfaces and code generation. | 2025-12-27 13:25:50 |
18+
| [db](https://github.com/upper/db) | 3631 | 239 | 164 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2026-01-08 17:45:52 |
19+
| [jet](https://github.com/go-jet/jet) | 3522 | 171 | 47 | Type safe SQL builder with code generation and automatic query result data mapping | 2026-01-10 01:01:17 |
20+
| [gormt](https://github.com/xxjwxc/gormt) | 2434 | 363 | 58 | database to golang struct | 2026-01-08 02:26:44 |
21+
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2290 | 106 | 115 | Prisma Client Go is an auto-generated and fully type-safe database client | 2026-01-05 23:18:25 |
22+
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1655 | 134 | 3 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2026-01-09 06:47:41 |
23+
| [bob](https://github.com/stephenafamo/bob) | 1593 | 86 | 24 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2026-01-09 11:39:35 |
24+
| [pop](https://github.com/gobuffalo/pop) | 1499 | 253 | 95 | A Tasty Treat For All Your Database Needs | 2026-01-08 20:10:26 |
25+
| [reform](https://github.com/go-reform/reform) | 1455 | 73 | 88 | A better ORM for Go, based on non-empty interfaces and code generation. | 2026-01-10 20:04:20 |
2626
| [rel](https://github.com/go-rel/rel) | 781 | 58 | 40 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2025-12-06 18:01:18 |
2727
| [go-queryset](https://github.com/jirfag/go-queryset) | 729 | 76 | 20 | 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. | 2025-11-29 12:14:57 |
2828
| [qbs](https://github.com/coocood/qbs) | 544 | 97 | 10 | QBS stands for Query By Struct. A Go ORM. | 2025-08-16 13:22:48 |
29+
| [pggen](https://github.com/jschaf/pggen) | 313 | 29 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2026-01-09 22:23:56 |
2930
| [zoom](https://github.com/albrow/zoom) | 313 | 24 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2025-07-18 17:34:56 |
30-
| [pggen](https://github.com/jschaf/pggen) | 312 | 29 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2025-12-13 12:22:27 |
3131
| [grimoire](https://github.com/Fs02/grimoire) | 161 | 16 | 0 | Database access layer for golang | 2025-12-30 23:49:19 |
3232
| [GoBatis](https://github.com/mei-rune/GoBatis) | 120 | 17 | 1 | An easy ORM tool for Golang, support MyBatis-Like XML template SQL | 2025-11-10 12:33:55 |
3333
| [go-store](https://github.com/gosuri/go-store) | 113 | 9 | 1 | A simple and fast Redis backed key-value store library for Go | 2025-12-27 14:04:20 |
3434
| [marlow](https://github.com/dadleyy/marlow) | 81 | 7 | 2 | golang generator for type-safe sql api constructs | 2024-09-26 21:16:01 |
35-
| [beeorm](https://github.com/latolukasz/beeorm) | 56 | 9 | 1 | Golang ORM | 2025-01-10 21:08:58 |
35+
| [beeorm](https://github.com/latolukasz/beeorm) | 56 | 9 | 2 | Golang ORM | 2025-01-10 21:08:58 |
3636
| [go-firestorm](https://github.com/jschoedt/go-firestorm) | 53 | 9 | 0 | Simple Go ORM for Google/Firebase Cloud Firestore | 2025-08-27 12:18:39 |
3737
| [lore](https://github.com/abrahambotros/lore) | 14 | 3 | 0 | Light Object-Relational Environment (LORE) provides a simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go | 2023-09-25 08:03:17 |
3838

39-
*Last Automatic Update: 2026-01-04T01:58:22Z*
39+
*Last Automatic Update: 2026-01-11T01:58:15Z*

0 commit comments

Comments
 (0)