From 46e334fdbe024f688c81f50974aa53d610e46463 Mon Sep 17 00:00:00 2001 From: Sergey Treinis Date: Tue, 26 Nov 2019 00:21:39 +0300 Subject: [PATCH] Add qry tool (#2827) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a264af2c..35ce209e 100644 --- a/README.md +++ b/README.md @@ -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. * [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. * [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.