Add cristalhq/builq (#4602)

* Add cristalhq/builq
This commit is contained in:
Oleg Kovalov 2022-11-15 17:34:50 +01:00 committed by GitHub
parent 297fce03c8
commit 2d72a3e2db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -744,6 +744,7 @@ _Libraries for building and using SQL._
- [bqb](https://github.com/nullism/bqb) - Lightweight and easy to learn query builder. - [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. - [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. - [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. - [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. - [gendry](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder.