From 5c9fbb7ce971ed1205b138c0e8cc05631b8271f9 Mon Sep 17 00:00:00 2001 From: elgris Date: Sat, 26 Dec 2015 08:22:58 +0300 Subject: [PATCH] adds another SQL query builder called 'sqrl' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7509b1db..979ac12b 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goqu](https://github.com/doug-martin/goqu) - An idiomatic SQL builder and query library. * [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. +* [sqrl](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance. * [Squirrel](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries.