From fa3af5e1b420614395acf976be8b70a6a62edbbb Mon Sep 17 00:00:00 2001 From: Paolo Galeone Date: Tue, 15 Mar 2016 18:47:44 +0100 Subject: [PATCH] Add igor: https://github.com/galeone/igor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08d539f0..f75d1684 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,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. +* [igor](https://github.com/galeone/igor) - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. * [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.