add bob in ORM section (#5248)

This commit is contained in:
Roman A. Grigorovich 2024-06-25 06:29:17 +03:00 committed by GitHub
parent c4c9c4980e
commit 54b0b83cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2037,6 +2037,7 @@ _Libraries for using OpenGL in Go._
_Libraries that implement Object-Relational Mapping or datamapping techniques._
- [bob](https://github.com/stephenafamo/bob) - SQL query builder and ORM/Factory generator for Go. Successor of SQLBoiler.
- [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.