Add bqb "Basic Query Builder"

A novel query builder with 100% coverage, A+ Go Report, full documentation, and at least monthly updates. 

* [x]  I have added my package in alphabetical order.
* [x]  I have an appropriate description with correct grammar.
* [x]  I know that this package was not listed before.
* [x]  I have added pkg.go.dev link to the repo and to my pull request.
* [x]  I have added coverage service link to the repo and to my pull request.
* [x]  I have added goreportcard link to the repo and to my pull request.
* [x]  I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standards).
This commit is contained in:
Aaron M 2021-11-21 09:32:13 -07:00 committed by Avelino
parent 55f7a88174
commit 32f58b233c

View File

@ -585,6 +585,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*SQL query builder, 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.
* [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.