mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Move SQL builder to sub-category of Database
This commit is contained in:
parent
3dafaf66be
commit
d2a0a07bdf
13
README.md
13
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.*
|
||||
|
Loading…
Reference in New Issue
Block a user