mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #234 from areski/pr-add-sql-tools
Add SQL Query Builder Section with Squirrel & Dotsql
This commit is contained in:
commit
30f4542076
@ -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
|
* [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.
|
* [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
|
## Database Drivers
|
||||||
|
|
||||||
*Libraries for connecting and operating databases. (see [Testing](#testing) for mock 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.
|
* [mathgl](https://github.com/go-gl/mathgl) - Pure Go math package specialized for 3D math, with inspiration from GLM.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ORM
|
## ORM
|
||||||
|
|
||||||
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
|
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
|
||||||
|
Loading…
Reference in New Issue
Block a user