Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Sep 8, 2024
1 parent 44a66c2 commit 5a48ca6
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,26 +4,26 @@ Please update **list.txt** (via Pull Request)

| Project Name | Stars | Forks | Open Issues | Description | Last Update |
| ------------ | ----- | ----- | ----------- | ----------- | ----------- |
| [gorm](https://github.com/go-gorm/gorm) | 36441 | 3902 | 420 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-09-01 00:06:59 |
| [beego](https://github.com/beego/beego) | 31369 | 5602 | 11 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-08-31 17:29:42 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15925 | 1072 | 358 | general purpose extensions to golang's database/sql | 2024-08-31 12:10:56 |
| [ent](https://github.com/ent/ent) | 15367 | 906 | 531 | An entity framework for Go | 2024-08-31 17:50:54 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 12029 | 772 | 415 | Generate type-safe code from SQL | 2024-09-01 01:03:52 |
| [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-08-28 19:40:15 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6646 | 538 | 103 | Generate a Go ORM tailored to your database schema. | 2024-08-31 20:24:11 |
| [pg](https://github.com/go-pg/pg) | 5645 | 401 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-08-31 15:39:09 |
| [gorp](https://github.com/go-gorp/gorp) | 3729 | 370 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-08-26 06:49:48 |
| [xo](https://github.com/xo/xo) | 3692 | 313 | 46 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-08-28 20:20:38 |
| [bun](https://github.com/uptrace/bun) | 3578 | 217 | 168 | SQL-first Golang ORM | 2024-08-31 19:37:32 |
| [db](https://github.com/upper/db) | 3523 | 233 | 156 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-08-25 21:02:26 |
| [jet](https://github.com/go-jet/jet) | 2349 | 113 | 32 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-08-31 09:21:01 |
| [gormt](https://github.com/xxjwxc/gormt) | 2347 | 355 | 57 | database to golang struct | 2024-08-28 09:15:12 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2078 | 94 | 109 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-08-31 15:09:19 |
| [reform](https://github.com/go-reform/reform) | 1442 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-08-29 04:26:46 |
| [pop](https://github.com/gobuffalo/pop) | 1429 | 241 | 95 | A Tasty Treat For All Your Database Needs | 2024-08-29 01:59:56 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1399 | 115 | 7 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-08-31 17:01:21 |
| [rel](https://github.com/go-rel/rel) | 754 | 58 | 31 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-08-31 19:04:43 |
| [bob](https://github.com/stephenafamo/bob) | 745 | 39 | 12 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-08-30 13:44:31 |
| [gorm](https://github.com/go-gorm/gorm) | 36481 | 3903 | 420 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-09-07 18:15:57 |
| [beego](https://github.com/beego/beego) | 31404 | 5606 | 11 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-09-07 22:37:58 |
| [sqlx](https://github.com/jmoiron/sqlx) | 15956 | 1072 | 359 | general purpose extensions to golang's database/sql | 2024-09-07 21:40:42 |
| [ent](https://github.com/ent/ent) | 15385 | 907 | 535 | An entity framework for Go | 2024-09-07 19:32:30 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 12082 | 773 | 427 | Generate type-safe code from SQL | 2024-09-07 21:42:16 |
| [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-04 10:14:01 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6659 | 539 | 105 | Generate a Go ORM tailored to your database schema. | 2024-09-07 04:36:51 |
| [pg](https://github.com/go-pg/pg) | 5648 | 401 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-09-05 08:24:20 |
| [gorp](https://github.com/go-gorp/gorp) | 3730 | 370 | 146 | Go Relational Persistence - an ORM-ish library for Go | 2024-09-03 03:09:11 |
| [xo](https://github.com/xo/xo) | 3696 | 313 | 46 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-09-07 04:30:47 |
| [bun](https://github.com/uptrace/bun) | 3589 | 218 | 170 | SQL-first Golang ORM | 2024-09-07 05:57:21 |
| [db](https://github.com/upper/db) | 3525 | 233 | 156 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-09-03 08:00:43 |
| [jet](https://github.com/go-jet/jet) | 2360 | 114 | 35 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-09-07 08:50:38 |
| [gormt](https://github.com/xxjwxc/gormt) | 2348 | 356 | 54 | database to golang struct | 2024-09-07 10:51:31 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2089 | 94 | 110 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-09-06 16:51:11 |
| [reform](https://github.com/go-reform/reform) | 1443 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-09-04 12:02:29 |
| [pop](https://github.com/gobuffalo/pop) | 1430 | 241 | 95 | A Tasty Treat For All Your Database Needs | 2024-09-03 13:03:46 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1412 | 118 | 7 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-09-07 20:09:45 |
| [rel](https://github.com/go-rel/rel) | 759 | 58 | 31 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-09-06 22:19:19 |
| [bob](https://github.com/stephenafamo/bob) | 749 | 39 | 12 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-09-06 18:41:47 |
| [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) | 308 | 25 | 2 | A blazing-fast datastore and querying engine for Go built on Redis. | 2024-08-22 23:41:41 |
Expand All @@ -33,7 +33,7 @@ Please update **list.txt** (via Pull Request)
| [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 |
| [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-01T01:25:57Z*
*Last Automatic Update: 2024-09-08T01:20:49Z*

0 comments on commit 5a48ca6

Please sign in to comment.