Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Mar 10, 2024
1 parent f1dc54d commit ecf8acb
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 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) | 34926 | 3780 | 291 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-03-02 22:14:27 |
| [beego](https://github.com/beego/beego) | 30704 | 5568 | 15 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-03-02 21:01:20 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15116 | 1056 | 346 | general purpose extensions to golang's database/sql | 2024-03-02 23:55:51 |
| [ent](https://github.com/ent/ent) | 14674 | 869 | 427 | An entity framework for Go | 2024-03-02 06:22:09 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 10302 | 681 | 287 | Generate type-safe code from SQL | 2024-03-02 21:32:32 |
| [xorm](https://github.com/go-xorm/xorm) | 6659 | 766 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-02-29 12:35:54 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6325 | 525 | 94 | Generate a Go ORM tailored to your database schema. | 2024-03-01 13:00:25 |
| [pg](https://github.com/go-pg/pg) | 5542 | 397 | 115 | Golang ORM with focus on PostgreSQL features and performance | 2024-03-01 20:08:13 |
| [gorp](https://github.com/go-gorp/gorp) | 3706 | 371 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-03-02 07:43:11 |
| [xo](https://github.com/xo/xo) | 3531 | 309 | 41 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-03-02 02:46:25 |
| [db](https://github.com/upper/db) | 3452 | 231 | 156 | Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-03-02 16:42:54 |
| [bun](https://github.com/uptrace/bun) | 2832 | 177 | 147 | SQL-first Golang ORM | 2024-03-02 09:21:42 |
| [gormt](https://github.com/xxjwxc/gormt) | 2304 | 348 | 56 | database to golang struct | 2024-03-02 03:46:51 |
| [jet](https://github.com/go-jet/jet) | 1915 | 105 | 28 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-03-02 18:48:50 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 1873 | 92 | 100 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-03-01 17:02:05 |
| [gorm](https://github.com/go-gorm/gorm) | 35007 | 3783 | 302 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-03-09 22:50:58 |
| [beego](https://github.com/beego/beego) | 30725 | 5570 | 12 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-03-09 16:05:21 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15147 | 1057 | 348 | general purpose extensions to golang's database/sql | 2024-03-09 18:20:16 |
| [ent](https://github.com/ent/ent) | 14713 | 873 | 430 | An entity framework for Go | 2024-03-09 15:30:27 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 10363 | 685 | 284 | Generate type-safe code from SQL | 2024-03-09 19:15:46 |
| [xorm](https://github.com/go-xorm/xorm) | 6661 | 766 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-03-07 10:44:29 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6335 | 526 | 96 | Generate a Go ORM tailored to your database schema. | 2024-03-09 21:56:50 |
| [pg](https://github.com/go-pg/pg) | 5546 | 397 | 115 | Golang ORM with focus on PostgreSQL features and performance | 2024-03-09 15:16:34 |
| [gorp](https://github.com/go-gorp/gorp) | 3707 | 371 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-03-07 16:53:45 |
| [xo](https://github.com/xo/xo) | 3535 | 309 | 42 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-03-08 12:05:02 |
| [db](https://github.com/upper/db) | 3457 | 232 | 157 | Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-03-09 00:05:18 |
| [bun](https://github.com/uptrace/bun) | 2841 | 178 | 147 | SQL-first Golang ORM | 2024-03-09 23:10:16 |
| [gormt](https://github.com/xxjwxc/gormt) | 2305 | 348 | 56 | database to golang struct | 2024-03-09 11:40:43 |
| [jet](https://github.com/go-jet/jet) | 1928 | 105 | 29 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-03-09 07:19:28 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 1882 | 92 | 100 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-03-10 00:32:38 |
| [reform](https://github.com/go-reform/reform) | 1435 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-02-27 14:20:47 |
| [pop](https://github.com/gobuffalo/pop) | 1398 | 242 | 96 | A Tasty Treat For All Your Database Needs | 2024-02-27 22:40:22 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1170 | 108 | 6 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-03-01 09:28:38 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 720 | 72 | 20 | 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. | 2024-02-28 01:02:08 |
| [rel](https://github.com/go-rel/rel) | 720 | 58 | 30 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-02-26 00:50:22 |
| [pop](https://github.com/gobuffalo/pop) | 1398 | 241 | 96 | A Tasty Treat For All Your Database Needs | 2024-02-27 22:40:22 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1173 | 108 | 6 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-03-08 12:52:05 |
| [rel](https://github.com/go-rel/rel) | 722 | 58 | 28 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-03-08 17:50:48 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 721 | 72 | 20 | 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. | 2024-03-05 17:59:56 |
| [qbs](https://github.com/coocood/qbs) | 549 | 101 | 10 | QBS stands for Query By Struct. A Go ORM. | 2024-02-14 06:38:33 |
| [bob](https://github.com/stephenafamo/bob) | 535 | 28 | 17 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-02-29 16:52:19 |
| [bob](https://github.com/stephenafamo/bob) | 541 | 30 | 17 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-03-08 23:21:35 |
| [zoom](https://github.com/albrow/zoom) | 305 | 28 | 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) | 257 | 22 | 18 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-02-17 16:50:15 |
| [pggen](https://github.com/jschaf/pggen) | 256 | 22 | 18 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-03-08 17:51:39 |
| [grimoire](https://github.com/Fs02/grimoire) | 161 | 18 | 0 | Database access layer for golang | 2024-02-21 01:49:58 |
| [GoBatis](https://github.com/mei-rune/GoBatis) | 118 | 17 | 1 | An easy ORM tool for Golang, support MyBatis-Like XML template SQL | 2023-12-12 08:07:15 |
| [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) | 47 | 9 | 0 | Simple Go ORM for Google/Firebase Cloud Firestore | 2023-09-25 03:41:53 |
| [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-03-03T01:02:48Z*
*Last Automatic Update: 2024-03-10T01:03:47Z*

0 comments on commit ecf8acb

Please sign in to comment.