mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
replaced go-pg with bun (#4395)
Co-authored-by: Florian Glock <florian.glock@1und1.de>
This commit is contained in:
parent
23a205c356
commit
99d711f4dc
@ -1913,10 +1913,10 @@ _Libraries for using OpenGL in Go._
|
||||
|
||||
_Libraries that implement Object-Relational Mapping or datamapping techniques._
|
||||
|
||||
- [bun](https://github.com/uptrace/bun) - SQL-first Golang ORM. Successor of go-pg.
|
||||
- [cacheme](https://github.com/Yiling-J/cacheme-go) - Schema based, typed Redis caching/memoize framework for Go.
|
||||
- [ent](https://github.com/facebook/ent) - An entity framework for Go. Simple, yet powerful ORM for modeling and querying data.
|
||||
- [go-firestorm](https://github.com/jschoedt/go-firestorm) - A simple ORM for Google/Firebase Cloud Firestore.
|
||||
- [go-pg](https://github.com/go-pg/pg) - PostgreSQL ORM with focus on PostgreSQL specific features and performance.
|
||||
- [go-queryset](https://github.com/jirfag/go-queryset) - 100% type-safe ORM with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support based on GORM.
|
||||
- [go-sql](https://github.com/rushteam/gosql) - A easy ORM for mysql.
|
||||
- [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - A flexible and powerful SQL string builder library plus a zero-config ORM.
|
||||
|
Loading…
Reference in New Issue
Block a user