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 10, 2024
1 parent 0eb8ed3 commit 068e86d
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ Please update **list.txt** (via Pull Request)

| Project Name | Stars | Forks | Open Issues | Description | Last Update |
| ------------ | ----- | ----- | ----------- | ----------- | ----------- |
| [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 |
| [gorm](https://github.com/go-gorm/gorm) | 36916 | 3929 | 422 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-11-09 23:55:53 |
| [beego](https://github.com/beego/beego) | 31604 | 5620 | 9 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-11-09 22:17:54 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16241 | 1082 | 370 | general purpose extensions to golang's database/sql | 2024-11-09 13:45:34 |
| [ent](https://github.com/ent/ent) | 15629 | 928 | 548 | An entity framework for Go | 2024-11-10 00:44:11 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 13380 | 803 | 494 | Generate type-safe code from SQL | 2024-11-09 17:14:49 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6757 | 545 | 100 | Generate a Go ORM tailored to your database schema. | 2024-11-09 20:23:29 |
| [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-06 11:54:29 |
| [pg](https://github.com/go-pg/pg) | 5670 | 404 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-11-08 19:36:17 |
| [bun](https://github.com/uptrace/bun) | 3772 | 230 | 167 | SQL-first Golang ORM | 2024-11-09 15:19:21 |
| [gorp](https://github.com/go-gorp/gorp) | 3737 | 371 | 148 | Go Relational Persistence - an ORM-ish library for Go | 2024-11-08 14:13:18 |
| [xo](https://github.com/xo/xo) | 3735 | 317 | 49 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-11-08 04:05:55 |
| [db](https://github.com/upper/db) | 3543 | 235 | 157 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-11-05 20:24:05 |
| [jet](https://github.com/go-jet/jet) | 2650 | 119 | 27 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-11-09 09:04:23 |
| [gormt](https://github.com/xxjwxc/gormt) | 2359 | 359 | 54 | database to golang struct | 2024-11-07 04:33:40 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2146 | 96 | 112 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-11-07 08:41:43 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1457 | 122 | 2 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-11-09 05:38:57 |
| [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) | 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 |
| [pop](https://github.com/gobuffalo/pop) | 1443 | 243 | 94 | A Tasty Treat For All Your Database Needs | 2024-11-09 08:17:39 |
| [bob](https://github.com/stephenafamo/bob) | 783 | 40 | 14 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-11-09 22:24:50 |
| [rel](https://github.com/go-rel/rel) | 769 | 58 | 33 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-11-09 08:09:10 |
| [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 |
| [pggen](https://github.com/jschaf/pggen) | 287 | 26 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-10-23 08:34:53 |
| [pggen](https://github.com/jschaf/pggen) | 289 | 27 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-11-09 16:54:31 |
| [grimoire](https://github.com/Fs02/grimoire) | 164 | 18 | 0 | Database access layer for golang | 2024-09-13 05:02:06 |
| [GoBatis](https://github.com/mei-rune/GoBatis) | 120 | 18 | 1 | An easy ORM tool for Golang, support MyBatis-Like XML template SQL | 2024-10-19 16:40:09 |
| [go-store](https://github.com/gosuri/go-store) | 112 | 9 | 1 | A simple and fast Redis backed key-value store library for Go | 2023-09-25 03:42: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-11-03T01:24:59Z*
*Last Automatic Update: 2024-11-10T01:23:02Z*

0 comments on commit 068e86d

Please sign in to comment.