Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Aug 25, 2024
1 parent d80933a commit f37afeb
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 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) | 36359 | 3896 | 413 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-08-18 00:32:41 |
| [beego](https://github.com/beego/beego) | 31332 | 5599 | 10 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-08-17 15:00:56 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15863 | 1070 | 355 | general purpose extensions to golang's database/sql | 2024-08-17 22:33:09 |
| [ent](https://github.com/ent/ent) | 15309 | 900 | 521 | An entity framework for Go | 2024-08-17 22:40:03 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 11912 | 765 | 406 | Generate type-safe code from SQL | 2024-08-17 17:33:33 |
| [xorm](https://github.com/go-xorm/xorm) | 6658 | 757 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-08-14 09:23:41 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6625 | 537 | 102 | Generate a Go ORM tailored to your database schema. | 2024-08-17 15:40:29 |
| [pg](https://github.com/go-pg/pg) | 5640 | 400 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-08-17 02:42:51 |
| [gorm](https://github.com/go-gorm/gorm) | 36397 | 3899 | 420 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-08-24 23:19:24 |
| [beego](https://github.com/beego/beego) | 31346 | 5600 | 9 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-08-23 17:29:20 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15886 | 1071 | 356 | general purpose extensions to golang's database/sql | 2024-08-24 09:50:05 |
| [ent](https://github.com/ent/ent) | 15335 | 902 | 524 | An entity framework for Go | 2024-08-25 00:30:17 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 11954 | 767 | 412 | Generate type-safe code from SQL | 2024-08-24 23:50:18 |
| [xorm](https://github.com/go-xorm/xorm) | 6660 | 757 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-08-21 13:43:54 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6635 | 537 | 103 | Generate a Go ORM tailored to your database schema. | 2024-08-24 21:27:03 |
| [pg](https://github.com/go-pg/pg) | 5640 | 400 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-08-21 02:41:04 |
| [gorp](https://github.com/go-gorp/gorp) | 3728 | 370 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-08-15 19:10:02 |
| [xo](https://github.com/xo/xo) | 3687 | 313 | 47 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-08-17 18:07:52 |
| [bun](https://github.com/uptrace/bun) | 3548 | 215 | 173 | SQL-first Golang ORM | 2024-08-17 11:33:14 |
| [db](https://github.com/upper/db) | 3515 | 233 | 156 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-08-16 07:00:34 |
| [gormt](https://github.com/xxjwxc/gormt) | 2343 | 354 | 57 | database to golang struct | 2024-08-15 05:56:59 |
| [jet](https://github.com/go-jet/jet) | 2316 | 112 | 31 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-08-17 23:38:55 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2066 | 94 | 108 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-08-17 17:57:09 |
| [reform](https://github.com/go-reform/reform) | 1442 | 74 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-07-09 09:49:13 |
| [pop](https://github.com/gobuffalo/pop) | 1425 | 243 | 96 | A Tasty Treat For All Your Database Needs | 2024-07-28 06:35:00 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1373 | 114 | 4 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-08-16 02:12:40 |
| [rel](https://github.com/go-rel/rel) | 752 | 58 | 31 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-08-16 13:10:35 |
| [bob](https://github.com/stephenafamo/bob) | 737 | 38 | 16 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-08-16 14:57:31 |
| [go-queryset](https://github.com/jirfag/go-queryset) | 727 | 72 | 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 |
| [xo](https://github.com/xo/xo) | 3687 | 313 | 47 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-08-21 16:47:12 |
| [bun](https://github.com/uptrace/bun) | 3566 | 215 | 173 | SQL-first Golang ORM | 2024-08-24 13:27:28 |
| [db](https://github.com/upper/db) | 3522 | 233 | 156 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-08-21 08:49:13 |
| [gormt](https://github.com/xxjwxc/gormt) | 2345 | 354 | 57 | database to golang struct | 2024-08-21 15:59:31 |
| [jet](https://github.com/go-jet/jet) | 2336 | 112 | 31 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-08-24 23:48:38 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2070 | 94 | 108 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-08-23 18:21:41 |
| [reform](https://github.com/go-reform/reform) | 1441 | 74 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-08-19 10:10:35 |
| [pop](https://github.com/gobuffalo/pop) | 1426 | 242 | 95 | A Tasty Treat For All Your Database Needs | 2024-08-18 21:17:46 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1391 | 115 | 6 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-08-23 22:25:31 |
| [rel](https://github.com/go-rel/rel) | 753 | 58 | 31 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-08-23 09:52:20 |
| [bob](https://github.com/stephenafamo/bob) | 742 | 38 | 12 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-08-24 18:15:34 |
| [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) | 548 | 101 | 10 | QBS stands for Query By Struct. A Go ORM. | 2024-05-23 13:06:26 |
| [zoom](https://github.com/albrow/zoom) | 307 | 25 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2024-08-04 18:21:11 |
| [pggen](https://github.com/jschaf/pggen) | 280 | 26 | 19 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-08-10 13:29:30 |
| [zoom](https://github.com/albrow/zoom) | 308 | 25 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2024-08-22 23:41:41 |
| [pggen](https://github.com/jschaf/pggen) | 281 | 26 | 19 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-08-18 18:06:07 |
| [grimoire](https://github.com/Fs02/grimoire) | 163 | 18 | 0 | Database access layer for golang | 2024-07-06 08:58:27 |
| [GoBatis](https://github.com/mei-rune/GoBatis) | 120 | 18 | 1 | An easy ORM tool for Golang, support MyBatis-Like XML template SQL | 2024-08-16 03:58:59 |
| [GoBatis](https://github.com/mei-rune/GoBatis) | 120 | 18 | 1 | An easy ORM tool for Golang, support MyBatis-Like XML template SQL | 2024-08-20 03:56:37 |
| [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 | 1 | Golang ORM | 2024-01-09 19:00:44 |
| [go-firestorm](https://github.com/jschoedt/go-firestorm) | 51 | 9 | 0 | Simple Go ORM for Google/Firebase Cloud Firestore | 2024-08-10 22:23:33 |
| [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-08-18T01:15:47Z*
*Last Automatic Update: 2024-08-25T01:17:28Z*

0 comments on commit f37afeb

Please sign in to comment.