From 99bef80c13f3f79d819d1a84d119b7f7350c9ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Fri, 18 Sep 2015 00:39:20 -0500 Subject: [PATCH 1/3] Adding query language section, add graphql-go. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 006042bf..8193874f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Networking](#networking) - [OpenGL](#opengl) - [ORM](#orm) + - [Query Language](#query-language) - [Package Management](#package-management) - [Resource Embedding](#resource-embedding) - [Science and Data Analysis](#science-and-data-analysis) @@ -545,6 +546,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go. * [Zoom](https://github.com/albrow/zoom) - A blazing-fast datastore and querying engine built on Redis. +## Query Language + +* [graphql-go](https://github.com/chris-ramon/graphql-go) - An implementation of GraphQL for Go. + ## Package Management From df9a402364302e1a1e145b3d485469269f8dcab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Fri, 18 Sep 2015 00:46:40 -0500 Subject: [PATCH 2/3] alphabetic order --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8193874f..4e246968 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Networking](#networking) - [OpenGL](#opengl) - [ORM](#orm) - - [Query Language](#query-language) - [Package Management](#package-management) + - [Query Language](#query-language) - [Resource Embedding](#resource-embedding) - [Science and Data Analysis](#science-and-data-analysis) - [Security](#security) @@ -546,10 +546,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go. * [Zoom](https://github.com/albrow/zoom) - A blazing-fast datastore and querying engine built on Redis. -## Query Language - -* [graphql-go](https://github.com/chris-ramon/graphql-go) - An implementation of GraphQL for Go. - ## Package Management @@ -566,6 +562,11 @@ 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-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. From dc8232fe33785f9bdf3cabbffd84b4ebe6d0c170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Tue, 22 Sep 2015 21:38:54 -0500 Subject: [PATCH 3/3] Add two libs to Query Language section. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e246968..e87be61e 100644 --- a/README.md +++ b/README.md @@ -564,9 +564,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ## 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.