Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Jun 9, 2024
1 parent df5837c commit 656d0de
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,27 +4,27 @@ Please update **list.txt** (via Pull Request)

| Project Name | Stars | Forks | Open Issues | Description | Last Update |
| ------------ | ----- | ----- | ----------- | ----------- | ----------- |
| [gorm](https://github.com/go-gorm/gorm) | 35767 | 3846 | 357 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-06-01 15:04:14 |
| [beego](https://github.com/beego/beego) | 31009 | 5579 | 12 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-06-01 15:15:03 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15534 | 1067 | 350 | general purpose extensions to golang's database/sql | 2024-06-01 22:25:20 |
| [ent](https://github.com/ent/ent) | 15045 | 890 | 488 | An entity framework for Go | 2024-06-01 18:34:22 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 11293 | 725 | 348 | Generate type-safe code from SQL | 2024-06-01 19:27:27 |
| [xorm](https://github.com/go-xorm/xorm) | 6654 | 758 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-05-23 13:00:57 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6498 | 531 | 93 | Generate a Go ORM tailored to your database schema. | 2024-06-01 13:41:23 |
| [pg](https://github.com/go-pg/pg) | 5600 | 398 | 116 | Golang ORM with focus on PostgreSQL features and performance | 2024-06-01 08:34:36 |
| [gorp](https://github.com/go-gorp/gorp) | 3720 | 372 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-06-01 21:50:24 |
| [xo](https://github.com/xo/xo) | 3585 | 312 | 43 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-05-30 01:42:27 |
| [db](https://github.com/upper/db) | 3487 | 233 | 159 | Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-05-29 05:20:16 |
| [bun](https://github.com/uptrace/bun) | 3351 | 197 | 162 | SQL-first Golang ORM | 2024-06-01 23:44:41 |
| [gormt](https://github.com/xxjwxc/gormt) | 2324 | 350 | 56 | database to golang struct | 2024-05-31 03:22:28 |
| [jet](https://github.com/go-jet/jet) | 2131 | 107 | 32 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-06-01 22:00:32 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 1985 | 93 | 105 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-05-31 16:27:33 |
| [gorm](https://github.com/go-gorm/gorm) | 35831 | 3850 | 366 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-06-08 20:04:44 |
| [beego](https://github.com/beego/beego) | 31036 | 5578 | 13 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-06-08 19:33:11 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15566 | 1067 | 350 | general purpose extensions to golang's database/sql | 2024-06-08 23:31:39 |
| [ent](https://github.com/ent/ent) | 15069 | 893 | 494 | An entity framework for Go | 2024-06-08 18:27:33 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 11346 | 731 | 350 | Generate type-safe code from SQL | 2024-06-09 00:36:50 |
| [xorm](https://github.com/go-xorm/xorm) | 6655 | 758 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-06-08 17:07:53 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6508 | 532 | 95 | Generate a Go ORM tailored to your database schema. | 2024-06-07 22:05:26 |
| [pg](https://github.com/go-pg/pg) | 5605 | 397 | 116 | Golang ORM with focus on PostgreSQL features and performance | 2024-06-07 13:04:23 |
| [gorp](https://github.com/go-gorp/gorp) | 3722 | 373 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-06-07 22:09:07 |
| [xo](https://github.com/xo/xo) | 3600 | 314 | 44 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-06-08 18:24:30 |
| [db](https://github.com/upper/db) | 3488 | 231 | 159 | Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-06-05 09:57:55 |
| [bun](https://github.com/uptrace/bun) | 3391 | 202 | 164 | SQL-first Golang ORM | 2024-06-09 00:21:56 |
| [gormt](https://github.com/xxjwxc/gormt) | 2326 | 350 | 56 | database to golang struct | 2024-06-07 07:09:52 |
| [jet](https://github.com/go-jet/jet) | 2142 | 109 | 32 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-06-08 20:25:44 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 1995 | 95 | 106 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-06-08 16:26:26 |
| [reform](https://github.com/go-reform/reform) | 1441 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-05-23 13:04:11 |
| [pop](https://github.com/gobuffalo/pop) | 1412 | 241 | 96 | A Tasty Treat For All Your Database Needs | 2024-05-31 11:54:03 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1225 | 109 | 4 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-06-01 10:11:34 |
| [rel](https://github.com/go-rel/rel) | 742 | 58 | 30 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-06-01 16:43:37 |
| [pop](https://github.com/gobuffalo/pop) | 1413 | 241 | 96 | A Tasty Treat For All Your Database Needs | 2024-06-08 17:32:23 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1227 | 110 | 4 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-06-08 16:16:45 |
| [rel](https://github.com/go-rel/rel) | 743 | 58 | 31 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-06-02 12:13:36 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 724 | 72 | 20 | 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. | 2024-05-29 05:52:24 |
| [bob](https://github.com/stephenafamo/bob) | 616 | 32 | 16 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-06-01 22:00:34 |
| [bob](https://github.com/stephenafamo/bob) | 663 | 33 | 16 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-06-08 20:20:10 |
| [qbs](https://github.com/coocood/qbs) | 548 | 101 | 10 | QBS stands for Query By Struct. A Go ORM. | 2024-05-23 13:06:26 |
| [zoom](https://github.com/albrow/zoom) | 305 | 26 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2024-02-21 06:22:12 |
| [pggen](https://github.com/jschaf/pggen) | 275 | 26 | 19 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-05-23 14:57:25 |
Expand All @@ -36,4 +36,4 @@ Please update **list.txt** (via Pull Request)
| [go-firestorm](https://github.com/jschoedt/go-firestorm) | 50 | 9 | 0 | Simple Go ORM for Google/Firebase Cloud Firestore | 2024-05-24 08:10:04 |
| [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-06-02T01:10:26Z*
*Last Automatic Update: 2024-06-09T01:12:42Z*

0 comments on commit 656d0de

Please sign in to comment.