add go-dbw (#4987)

This commit is contained in:
Jim 2023-09-03 03:29:14 -04:00 committed by GitHub
parent 12d40a2d4c
commit c3643eb9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1963,6 +1963,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.
- [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.
- [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.