From 1d578394cf16193cbfd8f0847057a6b91f416040 Mon Sep 17 00:00:00 2001 From: Alvaro Viebrantz Date: Thu, 5 Nov 2015 11:36:11 -0300 Subject: [PATCH] Add dat library for postgres database access --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a03a2b7c..ca8a4f6c 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *SQL query builder, libraries for building and using SQL.* +* [dat](https://github.com/mgutz/dat) - Go Postgres Data Access Toolkit * [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. * [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs.