This commit is contained in:
Franco Liberali 2024-02-25 22:54:07 -03:00 committed by GitHub
parent 6f90be69d2
commit c6f78b8408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2013,6 +2013,7 @@ _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.
- [CQL](https://github.com/FrancoLiberali/cql) - Built on top of GORM, adds compile-time verified queries based on auto-generated code.
- [ent](https://github.com/facebook/ent) - An entity framework for Go. Simple, yet powerful ORM for modeling and querying data.
- [go-dbw](https://github.com/hashicorp/go-dbw) - A simple package that encapsulates database operations.
- [go-firestorm](https://github.com/jschoedt/go-firestorm) - A simple ORM for Google/Firebase Cloud Firestore.