Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Oct 6, 2024
1 parent 8a7e5e0 commit 0d218ab
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) | 36644 | 3917 | 403 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-09-28 20:36:21 |
| [beego](https://github.com/beego/beego) | 31472 | 5610 | 10 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-09-28 22:32:28 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16049 | 1075 | 364 | general purpose extensions to golang's database/sql | 2024-09-28 19:43:26 |
| [ent](https://github.com/ent/ent) | 15460 | 916 | 528 | An entity framework for Go | 2024-09-29 00:19:07 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 12356 | 782 | 445 | Generate type-safe code from SQL | 2024-09-29 01:22:10 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6698 | 542 | 105 | Generate a Go ORM tailored to your database schema. | 2024-09-28 07:16:29 |
| [gorm](https://github.com/go-gorm/gorm) | 36670 | 3919 | 402 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-10-05 15:59:50 |
| [beego](https://github.com/beego/beego) | 31503 | 5616 | 10 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-10-06 01:06:08 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16076 | 1077 | 367 | general purpose extensions to golang's database/sql | 2024-10-05 22:54:51 |
| [ent](https://github.com/ent/ent) | 15496 | 918 | 532 | An entity framework for Go | 2024-10-05 18:53:16 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 12502 | 784 | 456 | Generate type-safe code from SQL | 2024-10-05 20:11:29 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6704 | 542 | 106 | Generate a Go ORM tailored to your database schema. | 2024-10-05 18:14:07 |
| [xorm](https://github.com/go-xorm/xorm) | 6661 | 757 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-09-18 15:51:39 |
| [pg](https://github.com/go-pg/pg) | 5658 | 404 | 118 | Golang ORM with focus on PostgreSQL features and performance | 2024-09-27 11:22:58 |
| [gorp](https://github.com/go-gorp/gorp) | 3733 | 370 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-09-28 01:22:27 |
| [xo](https://github.com/xo/xo) | 3709 | 313 | 47 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-09-28 14:28:51 |
| [bun](https://github.com/uptrace/bun) | 3633 | 220 | 174 | SQL-first Golang ORM | 2024-09-28 15:05:15 |
| [db](https://github.com/upper/db) | 3531 | 234 | 156 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-09-26 10:28:37 |
| [jet](https://github.com/go-jet/jet) | 2491 | 117 | 39 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-09-27 11:47:56 |
| [gormt](https://github.com/xxjwxc/gormt) | 2357 | 358 | 54 | database to golang struct | 2024-09-26 04:19:13 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2108 | 97 | 111 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-09-29 00:36:02 |
| [reform](https://github.com/go-reform/reform) | 1444 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-09-27 11:28:37 |
| [pop](https://github.com/gobuffalo/pop) | 1435 | 241 | 94 | A Tasty Treat For All Your Database Needs | 2024-09-24 16:26:29 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1425 | 119 | 7 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-09-28 15:19:54 |
| [rel](https://github.com/go-rel/rel) | 762 | 56 | 31 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-09-23 06:48:47 |
| [bob](https://github.com/stephenafamo/bob) | 760 | 39 | 14 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-09-28 17:30:18 |
| [pg](https://github.com/go-pg/pg) | 5659 | 405 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-10-05 12:27:36 |
| [gorp](https://github.com/go-gorp/gorp) | 3735 | 369 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-10-01 06:04:05 |
| [xo](https://github.com/xo/xo) | 3716 | 313 | 47 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-10-03 12:17:36 |
| [bun](https://github.com/uptrace/bun) | 3645 | 221 | 174 | SQL-first Golang ORM | 2024-10-05 01:19:58 |
| [db](https://github.com/upper/db) | 3533 | 234 | 157 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-10-01 16:38:55 |
| [jet](https://github.com/go-jet/jet) | 2518 | 118 | 42 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-10-05 06:01:32 |
| [gormt](https://github.com/xxjwxc/gormt) | 2359 | 358 | 54 | database to golang struct | 2024-10-04 12:02:10 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2115 | 97 | 111 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-10-06 00:09:24 |
| [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) | 1435 | 243 | 94 | A Tasty Treat For All Your Database Needs | 2024-09-24 16:26:29 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1429 | 120 | 7 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-10-02 21:33:38 |
| [rel](https://github.com/go-rel/rel) | 762 | 56 | 32 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-09-23 06:48:47 |
| [bob](https://github.com/stephenafamo/bob) | 759 | 39 | 13 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-10-05 19:26:26 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 727 | 73 | 20 | 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. | 2024-08-04 14:32:05 |
| [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) | 283 | 26 | 19 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-09-27 07:23:38 |
| [pggen](https://github.com/jschaf/pggen) | 285 | 26 | 19 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-10-02 18:46:50 |
| [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-08-26 10:59:23 |
| [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-09-29T01:25:11Z*
*Last Automatic Update: 2024-10-06T01:24:33Z*

0 comments on commit 0d218ab

Please sign in to comment.