From 0f168e7599ef10d8c92a07db8dc53d4a47bd30a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E4=BD=B3=E5=86=9B?= Date: Wed, 18 Apr 2018 22:14:40 +0800 Subject: [PATCH] add https://github.com/xujiajun/godbal (#1888) add https://github.com/xujiajun/godbal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87d4a668..1936e176 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,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 them with ease. * [gendry](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder. +* [godbal](https://github.com/xujiajun/godbal) - Database Abstraction Layer (dbal) for go. Support SQL builder and get result easily. * [goqu](https://github.com/doug-martin/goqu) - 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.