diff --git a/README.md b/README.md index 03a5ee8..d9e24f3 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [pgweb](https://github.com/sosedoff/pgweb) - A web-based PostgreSQL database browser * [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. +*SQL query builder, libraries for building and using SQL.* + +* [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use it with ease. +* [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries. + ## Database Drivers *Libraries for connecting and operating databases. (see [Testing](#testing) for mock drivers)* @@ -362,7 +367,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.*