Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Feb 9, 2025
1 parent 559da46 commit e7a5371
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) | 37390 | 3964 | 421 | The fantastic ORM library for Golang, aims to be developer friendly | 2025-02-02 01:05:07 |
| [beego](https://github.com/beego/beego) | 31783 | 5626 | 9 | beego is an open-source, high-performance web framework for the Go programming language. | 2025-02-01 07:58:49 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16564 | 1090 | 376 | general purpose extensions to golang's database/sql | 2025-02-01 10:36:50 |
| [ent](https://github.com/ent/ent) | 15854 | 942 | 566 | An entity framework for Go | 2025-02-01 21:52:44 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 14119 | 833 | 527 | Generate type-safe code from SQL | 2025-02-01 22:04:34 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6798 | 551 | 104 | Generate a Go ORM tailored to your database schema. | 2025-02-01 11:29:31 |
| [xorm](https://github.com/go-xorm/xorm) | 6663 | 755 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2025-02-01 02:35:17 |
| [pg](https://github.com/go-pg/pg) | 5701 | 407 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2025-02-02 00:42:08 |
| [bun](https://github.com/uptrace/bun) | 3972 | 237 | 28 | SQL-first Golang ORM | 2025-02-01 13:07:07 |
| [xo](https://github.com/xo/xo) | 3764 | 319 | 51 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2025-01-28 14:44:05 |
| [gorp](https://github.com/go-gorp/gorp) | 3737 | 374 | 148 | Go Relational Persistence - an ORM-ish library for Go | 2025-02-01 18:13:01 |
| [db](https://github.com/upper/db) | 3553 | 237 | 159 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2025-01-31 22:18:02 |
| [jet](https://github.com/go-jet/jet) | 2861 | 128 | 36 | Type safe SQL builder with code generation and automatic query result data mapping | 2025-02-01 19:12:58 |
| [gormt](https://github.com/xxjwxc/gormt) | 2378 | 361 | 54 | database to golang struct | 2025-01-25 04:58:30 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2230 | 104 | 114 | Prisma Client Go is an auto-generated and fully type-safe database client | 2025-01-31 22:38:16 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1496 | 123 | 7 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2025-01-31 11:00:18 |
| [pop](https://github.com/gobuffalo/pop) | 1463 | 247 | 94 | A Tasty Treat For All Your Database Needs | 2025-01-31 11:00:19 |
| [reform](https://github.com/go-reform/reform) | 1444 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2025-01-07 15:24:14 |
| [bob](https://github.com/stephenafamo/bob) | 880 | 47 | 21 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2025-02-01 19:19:56 |
| [gorm](https://github.com/go-gorm/gorm) | 37445 | 3969 | 423 | The fantastic ORM library for Golang, aims to be developer friendly | 2025-02-08 21:20:06 |
| [beego](https://github.com/beego/beego) | 31803 | 5628 | 8 | beego is an open-source, high-performance web framework for the Go programming language. | 2025-02-08 19:24:32 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16580 | 1092 | 376 | general purpose extensions to golang's database/sql | 2025-02-08 10:37:29 |
| [ent](https://github.com/ent/ent) | 15868 | 943 | 572 | An entity framework for Go | 2025-02-08 19:19:49 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 14171 | 833 | 528 | Generate type-safe code from SQL | 2025-02-08 21:33:23 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6803 | 552 | 106 | Generate a Go ORM tailored to your database schema. | 2025-02-07 10:24:33 |
| [xorm](https://github.com/go-xorm/xorm) | 6664 | 755 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2025-02-07 16:11:06 |
| [pg](https://github.com/go-pg/pg) | 5701 | 407 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2025-02-06 18:57:12 |
| [bun](https://github.com/uptrace/bun) | 3983 | 237 | 27 | SQL-first Golang ORM | 2025-02-08 04:43:57 |
| [xo](https://github.com/xo/xo) | 3772 | 320 | 51 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2025-02-07 23:54:43 |
| [gorp](https://github.com/go-gorp/gorp) | 3737 | 375 | 148 | Go Relational Persistence - an ORM-ish library for Go | 2025-02-08 14:15:07 |
| [db](https://github.com/upper/db) | 3552 | 237 | 159 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2025-02-07 16:31:14 |
| [jet](https://github.com/go-jet/jet) | 2882 | 129 | 37 | Type safe SQL builder with code generation and automatic query result data mapping | 2025-02-08 19:40:09 |
| [gormt](https://github.com/xxjwxc/gormt) | 2382 | 361 | 54 | database to golang struct | 2025-02-05 08:28:05 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2238 | 104 | 114 | Prisma Client Go is an auto-generated and fully type-safe database client | 2025-02-08 21:20:13 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1501 | 123 | 7 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2025-02-08 22:02:18 |
| [pop](https://github.com/gobuffalo/pop) | 1465 | 248 | 94 | A Tasty Treat For All Your Database Needs | 2025-02-05 08:58:54 |
| [reform](https://github.com/go-reform/reform) | 1444 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2025-02-07 12:24:52 |
| [bob](https://github.com/stephenafamo/bob) | 892 | 48 | 21 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2025-02-08 18:28:48 |
| [rel](https://github.com/go-rel/rel) | 775 | 57 | 32 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2025-01-12 03:11:27 |
| [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 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 725 | 73 | 20 | 100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood. | 2025-02-08 12:36:46 |
| [qbs](https://github.com/coocood/qbs) | 547 | 101 | 10 | QBS stands for Query By Struct. A Go ORM. | 2025-01-02 13:34:20 |
| [zoom](https://github.com/albrow/zoom) | 307 | 25 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2025-01-31 10:59:33 |
| [pggen](https://github.com/jschaf/pggen) | 294 | 28 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2025-01-18 16:36:55 |
| [pggen](https://github.com/jschaf/pggen) | 293 | 28 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2025-02-07 12:24:10 |
| [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 | 17 | 1 | An easy ORM tool for Golang, support MyBatis-Like XML template SQL | 2025-01-10 05:03:11 |
| [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: 2025-02-02T01:21:40Z*
*Last Automatic Update: 2025-02-09T01:22:54Z*

0 comments on commit e7a5371

Please sign in to comment.