diff --git a/README.md b/README.md index 9e2958d6..e92b3092 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,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.* + +* [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. + ## Database Drivers *Libraries for connecting and operating databases. (see [Testing](#testing) for mock drivers)* @@ -369,14 +374,6 @@ 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.*