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 25, 2024
1 parent 1fc795a commit c5740d4
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@ Please update **list.txt** (via Pull Request)

| Project Name | Stars | Forks | Open Issues | Description | Last Update |
| ------------ | ----- | ----- | ----------- | ----------- | ----------- |
| [gorm](https://github.com/go-gorm/gorm) | 34809 | 3862 | 286 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-02-18 00:40:01 |
| [beego](https://github.com/beego/beego) | 30662 | 5719 | 15 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-02-17 20:40:10 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15060 | 1066 | 343 | general purpose extensions to golang's database/sql | 2024-02-17 22:10:38 |
| [ent](https://github.com/ent/ent) | 14619 | 922 | 422 | An entity framework for Go | 2024-02-17 20:54:19 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 10156 | 680 | 270 | Generate type-safe code from SQL | 2024-02-17 19:50:16 |
| [xorm](https://github.com/go-xorm/xorm) | 6660 | 766 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-02-15 02:27:48 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6308 | 570 | 92 | Generate a Go ORM tailored to your database schema. | 2024-02-17 15:00:47 |
| [pg](https://github.com/go-pg/pg) | 5536 | 406 | 115 | Golang ORM with focus on PostgreSQL features and performance | 2024-02-14 11:21:59 |
| [gorm](https://github.com/go-gorm/gorm) | 34867 | 3774 | 291 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-02-24 22:54:54 |
| [beego](https://github.com/beego/beego) | 30684 | 5567 | 16 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-02-24 04:09:06 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15090 | 1055 | 345 | general purpose extensions to golang's database/sql | 2024-02-25 00:15:58 |
| [ent](https://github.com/ent/ent) | 14648 | 868 | 424 | An entity framework for Go | 2024-02-24 20:32:40 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 10240 | 678 | 277 | Generate type-safe code from SQL | 2024-02-24 20:49:01 |
| [xorm](https://github.com/go-xorm/xorm) | 6660 | 766 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-02-24 20:23:01 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6323 | 524 | 92 | Generate a Go ORM tailored to your database schema. | 2024-02-24 20:28:00 |
| [pg](https://github.com/go-pg/pg) | 5537 | 406 | 115 | Golang ORM with focus on PostgreSQL features and performance | 2024-02-23 18:18:22 |
| [gorp](https://github.com/go-gorp/gorp) | 3707 | 413 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-02-17 16:23:14 |
| [xo](https://github.com/xo/xo) | 3523 | 314 | 41 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-02-15 10:56:57 |
| [db](https://github.com/upper/db) | 3443 | 243 | 155 | Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-02-14 04:06:36 |
| [bun](https://github.com/uptrace/bun) | 2805 | 181 | 146 | SQL-first Golang ORM | 2024-02-17 18:08:56 |
| [gormt](https://github.com/xxjwxc/gormt) | 2301 | 379 | 56 | database to golang struct | 2024-02-10 14:54:36 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 1847 | 92 | 100 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-02-17 15:00:04 |
| [jet](https://github.com/go-jet/jet) | 1841 | 104 | 34 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-02-17 14:35:12 |
| [reform](https://github.com/go-reform/reform) | 1430 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-02-14 14:19:22 |
| [pop](https://github.com/gobuffalo/pop) | 1395 | 247 | 95 | A Tasty Treat For All Your Database Needs | 2024-02-10 04:04:09 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1160 | 108 | 6 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-02-16 05:24:58 |
| [rel](https://github.com/go-rel/rel) | 721 | 58 | 27 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-02-15 11:06:49 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 718 | 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-17 13:25:48 |
| [xo](https://github.com/xo/xo) | 3528 | 309 | 41 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-02-23 19:04:26 |
| [db](https://github.com/upper/db) | 3447 | 243 | 156 | Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-02-24 20:28:42 |
| [bun](https://github.com/uptrace/bun) | 2816 | 181 | 147 | SQL-first Golang ORM | 2024-02-24 17:11:26 |
| [gormt](https://github.com/xxjwxc/gormt) | 2303 | 379 | 56 | database to golang struct | 2024-02-21 05:02:29 |
| [jet](https://github.com/go-jet/jet) | 1875 | 106 | 34 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-02-24 18:54:11 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 1863 | 92 | 101 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-02-23 20:01:13 |
| [reform](https://github.com/go-reform/reform) | 1432 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-02-24 10:23:01 |
| [pop](https://github.com/gobuffalo/pop) | 1397 | 247 | 96 | A Tasty Treat For All Your Database Needs | 2024-02-24 21:27:56 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1166 | 108 | 6 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-02-24 13:07:23 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 719 | 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-20 07:00:48 |
| [rel](https://github.com/go-rel/rel) | 719 | 58 | 27 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-02-23 19:43:23 |
| [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) | 528 | 26 | 16 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-02-17 11:00:26 |
| [zoom](https://github.com/albrow/zoom) | 304 | 28 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2024-01-04 19:38:09 |
| [bob](https://github.com/stephenafamo/bob) | 534 | 26 | 16 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-02-21 14:43:02 |
| [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 |
| [grimoire](https://github.com/Fs02/grimoire) | 160 | 18 | 0 | Database access layer for golang | 2023-09-25 03:44:37 |
| [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 |
| [marlow](https://github.com/dadleyy/marlow) | 82 | 7 | 2 | golang generator for type-safe sql api constructs | 2024-01-25 13:28:04 |
| [beeorm](https://github.com/latolukasz/beeorm) | 55 | 8 | 0 | Golang ORM | 2024-01-09 19:00:44 |
| [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-02-18T01:03:38Z*
*Last Automatic Update: 2024-02-25T01:03:50Z*

0 comments on commit c5740d4

Please sign in to comment.