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.*