From 06c01b5bc2312bef350e461072a1b2f9db782b88 Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Sat, 7 Mar 2015 07:44:34 -0600 Subject: [PATCH] Adding goqu to sql query builder section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bb978a..ad730fe 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *SQL query builder, libraries for building and using SQL.* * [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use it with ease. +* [goqu](https://github.com/doug-martin/goqu) - An idiomatic SQL builder and query library. * [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries. ## Database Drivers