Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Dec 15, 2024
1 parent c509219 commit eb5f365
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) | 37120 | 3938 | 416 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-12-07 20:11:42 |
| [beego](https://github.com/beego/beego) | 31667 | 5623 | 8 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-12-07 14:58:56 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16383 | 1089 | 371 | general purpose extensions to golang's database/sql | 2024-12-07 10:07:47 |
| [ent](https://github.com/ent/ent) | 15717 | 934 | 554 | An entity framework for Go | 2024-12-07 18:54:15 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 13658 | 814 | 501 | Generate type-safe code from SQL | 2024-12-08 01:04:42 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6775 | 550 | 99 | Generate a Go ORM tailored to your database schema. | 2024-12-06 13:18:58 |
| [xorm](https://github.com/go-xorm/xorm) | 6666 | 755 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-12-03 14:55:27 |
| [pg](https://github.com/go-pg/pg) | 5679 | 407 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-12-06 11:57:50 |
| [bun](https://github.com/uptrace/bun) | 3879 | 234 | 50 | SQL-first Golang ORM | 2024-12-07 10:14:29 |
| [xo](https://github.com/xo/xo) | 3746 | 317 | 49 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-12-06 13:20:25 |
| [gorp](https://github.com/go-gorp/gorp) | 3739 | 372 | 148 | Go Relational Persistence - an ORM-ish library for Go | 2024-11-29 16:44:02 |
| [db](https://github.com/upper/db) | 3548 | 235 | 158 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-12-06 14:33:51 |
| [jet](https://github.com/go-jet/jet) | 2727 | 122 | 30 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-12-06 17:17:48 |
| [gormt](https://github.com/xxjwxc/gormt) | 2370 | 360 | 54 | database to golang struct | 2024-12-07 16:32:18 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2184 | 100 | 114 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-12-07 20:18:20 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1476 | 123 | 2 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-12-06 14:03:55 |
| [pop](https://github.com/gobuffalo/pop) | 1452 | 245 | 94 | A Tasty Treat For All Your Database Needs | 2024-12-07 23:31:53 |
| [gorm](https://github.com/go-gorm/gorm) | 37135 | 3940 | 416 | The fantastic ORM library for Golang, aims to be developer friendly | 2024-12-14 23:14:20 |
| [beego](https://github.com/beego/beego) | 31683 | 5625 | 9 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-12-15 01:03:56 |
| [sqlx](https://github.com/jmoiron/sqlx) | 16405 | 1088 | 371 | general purpose extensions to golang's database/sql | 2024-12-14 19:26:43 |
| [ent](https://github.com/ent/ent) | 15736 | 935 | 555 | An entity framework for Go | 2024-12-14 16:46:41 |
| [sqlc](https://github.com/sqlc-dev/sqlc) | 13710 | 817 | 506 | Generate type-safe code from SQL | 2024-12-14 19:20:00 |
| [sqlboiler](https://github.com/volatiletech/sqlboiler) | 6775 | 550 | 101 | Generate a Go ORM tailored to your database schema. | 2024-12-14 16:33:43 |
| [xorm](https://github.com/go-xorm/xorm) | 6666 | 756 | 307 | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm | 2024-12-14 03:18:58 |
| [pg](https://github.com/go-pg/pg) | 5680 | 407 | 117 | Golang ORM with focus on PostgreSQL features and performance | 2024-12-14 22:28:10 |
| [bun](https://github.com/uptrace/bun) | 3891 | 233 | 49 | SQL-first Golang ORM | 2024-12-14 15:36:37 |
| [xo](https://github.com/xo/xo) | 3746 | 317 | 49 | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | 2024-12-14 15:34:32 |
| [gorp](https://github.com/go-gorp/gorp) | 3738 | 372 | 148 | Go Relational Persistence - an ORM-ish library for Go | 2024-12-14 15:33:52 |
| [db](https://github.com/upper/db) | 3552 | 236 | 159 | Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. | 2024-12-11 21:41:54 |
| [jet](https://github.com/go-jet/jet) | 2744 | 123 | 31 | Type safe SQL builder with code generation and automatic query result data mapping | 2024-12-14 08:14:23 |
| [gormt](https://github.com/xxjwxc/gormt) | 2372 | 361 | 55 | database to golang struct | 2024-12-14 22:42:38 |
| [prisma-client-go](https://github.com/steebchen/prisma-client-go) | 2189 | 101 | 114 | Prisma Client Go is an auto-generated and fully type-safe database client | 2024-12-14 20:18:41 |
| [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | 1472 | 123 | 2 | A flexible and powerful SQL string builder library plus a zero-config ORM. | 2024-12-14 15:35:08 |
| [pop](https://github.com/gobuffalo/pop) | 1453 | 245 | 94 | A Tasty Treat For All Your Database Needs | 2024-12-09 00:31:57 |
| [reform](https://github.com/go-reform/reform) | 1442 | 73 | 86 | A better ORM for Go, based on non-empty interfaces and code generation. | 2024-12-01 18:20:19 |
| [bob](https://github.com/stephenafamo/bob) | 816 | 43 | 19 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-12-06 06:03:51 |
| [rel](https://github.com/go-rel/rel) | 771 | 58 | 33 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-12-02 00:39:02 |
| [bob](https://github.com/stephenafamo/bob) | 821 | 45 | 21 | SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite | 2024-12-14 14:05:07 |
| [rel](https://github.com/go-rel/rel) | 772 | 57 | 32 | :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API | 2024-12-10 02:42:50 |
| [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 |
| [qbs](https://github.com/coocood/qbs) | 548 | 101 | 10 | QBS stands for Query By Struct. A Go ORM. | 2024-11-28 16:31:16 |
| [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) | 289 | 27 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-11-09 16:54:31 |
| [pggen](https://github.com/jschaf/pggen) | 290 | 27 | 20 | Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it. | 2024-12-12 01:26: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 | 17 | 1 | An easy ORM tool for Golang, support MyBatis-Like XML template SQL | 2024-11-12 02:48:13 |
| [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-12-08T01:40:02Z*
*Last Automatic Update: 2024-12-15T01:39:57Z*

0 comments on commit eb5f365

Please sign in to comment.