From ecb8f0ba161553682056524d3db17b94c73a5db5 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Tue, 22 Dec 2015 08:45:34 -0500 Subject: [PATCH] added ozzo-dbx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7301b68..73b8864 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [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. * [Squirrel](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries.