From 3d8c24973c493c576198f803cf16851e13b21f50 Mon Sep 17 00:00:00 2001 From: Tim S <59554630+timsolov@users.noreply.github.com> Date: Thu, 11 Jun 2020 19:11:12 +0300 Subject: [PATCH] add rqp package to README.md (#3098) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecbb9395..f87bfe70 100644 --- a/README.md +++ b/README.md @@ -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. * [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters. * [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. ## Resource Embedding