add bokwoon95/go-structured-query to SQL query builder (#3254)

This commit is contained in:
bokwoon95 2020-10-06 15:43:11 +08:00 committed by GitHub
parent c33585a6ce
commit ddec7cc065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,6 +509,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [ormlite](https://github.com/pupizoid/ormlite) - Lightweight package containing some ORM-like features and helpers for sqlite databases.
* [ozzo-dbx](https://github.com/go-ozzo/ozzo-dbx) - Powerful data retrieval methods as well as DB-agnostic query building capabilities.
* [qry](https://github.com/HnH/qry) - Tool that generates constants from files with raw SQL queries.
* [sq](https://github.com/bokwoon95/go-structured-query) - Type-safe SQL builder and struct mapper for Go.
* [sqlf](https://github.com/leporo/sqlf) - Fast SQL query builder.
* [sqlingo](https://github.com/lqs/sqlingo) - A lightweight DSL to build SQL in Go.
* [sqrl](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance.