From 3dafaf66be795ae48ecc4747c5bcb5dfe1da6c44 Mon Sep 17 00:00:00 2001 From: areski Date: Sat, 20 Dec 2014 01:21:18 +0100 Subject: [PATCH] Add SQL Query Builder Section with Squirrel & Dotsql --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3bddc..9e2958d 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mathgl](https://github.com/go-gl/mathgl) - Pure Go math package specialized for 3D math, with inspiration from GLM. - ## ORM *Libraries that implement Object-Relational Mapping or datamapping techniques.* @@ -370,6 +369,14 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go. +## SQL Query Builder + +*Libraries for building and using SQL.* + +* [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries. +* [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use it with ease. + + ## Package Management *Libraries for package and dependency management.*