Add qry tool (#2827)

This commit is contained in:
Sergey Treinis 2019-11-26 00:21:39 +03:00 committed by Ceriath
parent a898e4d5fc
commit 46e334fdbe

View File

@ -465,6 +465,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [jet](https://github.com/go-jet/jet) - Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure. * [jet](https://github.com/go-jet/jet) - Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure.
* [ormlite](https://github.com/pupizoid/ormlite) - Lightweight package containing some ORM-like features and helpers for sqlite databases. * [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. * [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.
* [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs. * [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. * [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. * [sqrl](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance.