From 2d72a3e2dbdde84b455717e8201bb85ac0cccb11 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Tue, 15 Nov 2022 17:34:50 +0100 Subject: [PATCH] Add cristalhq/builq (#4602) * Add cristalhq/builq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d66fe4b2..85af55e0 100644 --- a/README.md +++ b/README.md @@ -744,6 +744,7 @@ _Libraries for building and using SQL._ - [bqb](https://github.com/nullism/bqb) - Lightweight and easy to learn query builder. - [buildsqlx](https://github.com/arthurkushman/buildsqlx) - Go database query builder library for PostgreSQL. +- [builq](https://github.com/cristalhq/builq) - Easily build SQL queries in Go. - [dbq](https://github.com/rocketlaunchr/dbq) - Zero boilerplate database operations for Go. - [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use them with ease. - [gendry](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder.