This commit is contained in:
Vlad Glushchuk 2019-10-14 10:25:53 +02:00 committed by Avelino
parent 1336fb531d
commit 9cefee6856

View File

@ -463,6 +463,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.
* [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs.
* [sqlf](https://github.com/leporo/sqlf) - Fast SQL query builder.
* [sqrl](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance.
* [Squalus](https://gitlab.com/qosenergy/squalus) - Thin layer over the Go SQL package that makes it easier to perform queries.
* [Squirrel](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries.