mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Merge pull request #579 from chris-ramon/query-language
Adds query language section.
This commit is contained in:
commit
fd2590c01f
@ -47,6 +47,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
- [OpenGL](#opengl)
|
||||
- [ORM](#orm)
|
||||
- [Package Management](#package-management)
|
||||
- [Query Language](#query-language)
|
||||
- [Resource Embedding](#resource-embedding)
|
||||
- [Science and Data Analysis](#science-and-data-analysis)
|
||||
- [Security](#security)
|
||||
@ -623,6 +624,14 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments
|
||||
|
||||
|
||||
## Query Language
|
||||
|
||||
* [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
|
||||
* [graphql](https://github.com/sevki/graphql) - GraphQL implementation in go.
|
||||
* [graphql-go](https://github.com/chris-ramon/graphql-go) - An implementation of GraphQL for Go.
|
||||
|
||||
|
||||
|
||||
## Resource Embedding
|
||||
|
||||
* [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code.
|
||||
|
Loading…
Reference in New Issue
Block a user