From 3e19470dfb8be13acb4a54f0d7ad6b1b63951373 Mon Sep 17 00:00:00 2001 From: Arthur Kushman Date: Mon, 30 Mar 2020 15:24:17 +0300 Subject: [PATCH] Add Go database query builder library for PostgreSQL (#2994) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55b8bc72..ddab58da 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *SQL query builder, libraries for building and using SQL.* +* [buildsqlx](https://github.com/arthurkushman/buildsqlx) - Go database query builder library for PostgreSQL. * [dbq](https://github.com/rocketlaunchr/dbq) - Zero boilerplate database operations for Go. * [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use them with ease. * [gendry](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder.