This commit is contained in:
Max Lowther 2022-04-13 13:16:18 +01:00 committed by Avelino
parent 9d4ee1b550
commit b08acafe75
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -1941,6 +1941,7 @@ _Unofficial libraries for package and dependency management._
- [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation. - [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation.
- [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies. - [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies.
- [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data. - [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data.
- [goven](https://github.com/SeldonIO/goven) - A drop-in query language for any database schema.
- [gqlgen](https://github.com/99designs/gqlgen) - go generate based graphql server library. - [gqlgen](https://github.com/99designs/gqlgen) - go generate based graphql server library.
- [graphql](https://github.com/tmc/graphql) - graphql parser + utilities. - [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
- [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use. - [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use.