Add SQL Query Builder Section with Squirrel & Dotsql

checkGoreportcard
areski 10 years ago
parent 96d4f7300d
commit 3dafaf66be

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

Loading…
Cancel
Save