add rqp package to README.md (#3098)

This commit is contained in:
Tim S 2020-06-11 19:11:12 +03:00 committed by GitHub
parent 1ed3e0e631
commit 3d8c24973c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1441,6 +1441,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang. * [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang.
* [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters. * [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters.
* [rql](https://github.com/a8m/rql) - Resource Query Language for REST API. * [rql](https://github.com/a8m/rql) - Resource Query Language for REST API.
* [rqp](https://github.com/timsolov/rest-query-parser) - Query Parser for REST API. Filtering, validations, both `AND`, `OR` operations are supported directly in the query.
* [straf](https://github.com/SonicRoshan/straf) - Easily Convert Golang structs to GraphQL objects. * [straf](https://github.com/SonicRoshan/straf) - Easily Convert Golang structs to GraphQL objects.
## Resource Embedding ## Resource Embedding