From c6f78b8408c4734a33ae80c9cf4eceed51368f2b Mon Sep 17 00:00:00 2001 From: Franco Liberali Date: Sun, 25 Feb 2024 22:54:07 -0300 Subject: [PATCH] add cql (#5150) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f68ff04..f0d8c345 100644 --- a/README.md +++ b/README.md @@ -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.