From 96cddffa6d0086eb0a3a91c61c1e60e3c7867fc6 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 24 Aug 2023 04:01:42 -0400 Subject: [PATCH] add mql (#4985) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb5a332d..e1a54ac6 100644 --- a/README.md +++ b/README.md @@ -2040,6 +2040,7 @@ _Unofficial libraries for package and dependency management._ - [jsonpath](https://github.com/AsaiYusuke/jsonpath) - A query library for retrieving part of JSON based on JSONPath syntax. - [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang. - [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters. +- [mql](https://github.com/hashicorp/mql) - Model Query Language (mql) is a query language for your database models. - [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.