Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Nov 3, 2024
1 parent 8e48ddb commit 0eb8ed3
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ Please update **list.txt** (via Pull Request)

| Project Name | Stars | Forks | Open Issues | Description | Last Update |
| ------------ | ----- | ----- | ----------- | ----------- | ----------- |
| [gorm](https://github.com/go-gorm/gorm) | 36816 | 3926 | 417 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-10-26 23:48:14 |
| [beego](https://github.com/beego/beego) | 31557 | 5613 | 6 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-10-26 17:31:09 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16175 | 1083 | 369 | general purpose extensions to golang's database/sql | 2024-10-26 23:01:21 |
| [ent](https://github.com/ent/ent) | 15563 | 925 | 542 | An entity framework for Go | 2024-10-26 14:46:50 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 13203 | 803 | 480 | Generate type-safe code from SQL | 2024-10-26 23:56:39 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6735 | 546 | 100 | Generate a Go ORM tailored to your database schema. | 2024-10-26 20:45:33 |
| [xorm](https://github.com/go-xorm/xorm) | 6664 | 754 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-10-26 10:16:19 |
| [pg](https://github.com/go-pg/pg) | 5664 | 404 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-10-25 15:58:45 |
| [gorp](https://github.com/go-gorp/gorp) | 3736 | 369 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-10-25 06:49:12 |
| [xo](https://github.com/xo/xo) | 3728 | 315 | 49 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-10-26 19:59:55 |
| [bun](https://github.com/uptrace/bun) | 3697 | 228 | 168 | SQL-first Golang ORM | 2024-10-26 18:21:30 |
| [db](https://github.com/upper/db) | 3533 | 235 | 158 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-10-24 15:04:52 |
| [jet](https://github.com/go-jet/jet) | 2604 | 118 | 41 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-10-26 23:15:16 |
| [gormt](https://github.com/xxjwxc/gormt) | 2361 | 360 | 54 | database to golang struct | 2024-10-22 07:33:58 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2132 | 95 | 111 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-10-26 16:26:06 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1448 | 121 | 8 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-10-26 09:45:15 |
| [gorm](https://github.com/go-gorm/gorm) | 36867 | 3928 | 420 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-11-02 21:42:31 |
| [beego](https://github.com/beego/beego) | 31584 | 5617 | 6 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-11-02 22:05:52 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16202 | 1083 | 370 | general purpose extensions to golang's database/sql | 2024-11-02 04:46:39 |
| [ent](https://github.com/ent/ent) | 15599 | 927 | 544 | An entity framework for Go | 2024-11-02 20:51:47 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 13301 | 804 | 484 | Generate type-safe code from SQL | 2024-11-02 21:16:22 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6743 | 545 | 100 | Generate a Go ORM tailored to your database schema. | 2024-11-02 16:41:30 |
| [xorm](https://github.com/go-xorm/xorm) | 6664 | 754 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-11-02 08:22:08 |
| [pg](https://github.com/go-pg/pg) | 5669 | 404 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-11-01 16:58:11 |
| [bun](https://github.com/uptrace/bun) | 3746 | 230 | 172 | SQL-first Golang ORM | 2024-11-03 00:35:37 |
| [gorp](https://github.com/go-gorp/gorp) | 3736 | 370 | 148 | Go Relational Persistence - an ORM-ish library for Go | 2024-10-25 06:49:12 |
| [xo](https://github.com/xo/xo) | 3730 | 316 | 49 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-10-28 17:00:31 |
| [db](https://github.com/upper/db) | 3541 | 235 | 158 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-11-01 02:28:05 |
| [jet](https://github.com/go-jet/jet) | 2628 | 119 | 37 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-11-02 10:31:58 |
| [gormt](https://github.com/xxjwxc/gormt) | 2362 | 359 | 54 | database to golang struct | 2024-10-29 21:53:54 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2141 | 95 | 112 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-11-02 23:18:15 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1449 | 122 | 10 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-11-01 06:06:14 |
| [reform](https://github.com/go-reform/reform) | 1445 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-10-02 05:56:24 |
| [pop](https://github.com/gobuffalo/pop) | 1441 | 243 | 94 | A Tasty Treat For All Your Database Needs | 2024-10-24 08:35:23 |
| [bob](https://github.com/stephenafamo/bob) | 776 | 39 | 14 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-10-26 21:09:06 |
| [rel](https://github.com/go-rel/rel) | 763 | 56 | 32 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-10-25 15:28:23 |
| [pop](https://github.com/gobuffalo/pop) | 1442 | 243 | 94 | A Tasty Treat For All Your Database Needs | 2024-10-30 03:22:26 |
| [bob](https://github.com/stephenafamo/bob) | 780 | 40 | 15 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-11-02 22:40:46 |
| [rel](https://github.com/go-rel/rel) | 764 | 57 | 33 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-10-31 01:08:06 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 726 | 73 | 20 | 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. | 2024-10-18 17:42:31 |
| [qbs](https://github.com/coocood/qbs) | 549 | 101 | 10 | QBS stands for Query By Struct. A Go ORM. | 2024-09-18 15:46:51 |
| [zoom](https://github.com/albrow/zoom) | 309 | 25 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2024-09-10 05:23:25 |
Expand All @@ -36,4 +36,4 @@ Please update **list.txt** (via Pull Request)
| [go-firestorm](https://github.com/jschoedt/go-firestorm) | 52 | 9 | 0 | Simple Go ORM for Google/Firebase Cloud Firestore | 2024-09-04 05:56:37 |
| [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 |

*Last Automatic Update: 2024-10-27T01:25:08Z*
*Last Automatic Update: 2024-11-03T01:24:59Z*

0 comments on commit 0eb8ed3

Please sign in to comment.