From 403e3d9570be0ab36fcc08205631985350c7e1f2 Mon Sep 17 00:00:00 2001 From: sadiq Date: Sat, 7 Sep 2024 10:20:33 +0330 Subject: [PATCH] Add effdsl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80d5642bae2..9204cbdf3f6 100644 --- a/README.md +++ b/README.md @@ -916,6 +916,7 @@ _Libraries for building and using SQL._ ### Search and Analytic Databases - [clickhouse-go](https://github.com/ClickHouse/clickhouse-go/) - ClickHouse SQL client for Go with a `database/sql` compatibility. +- [effdsl](https://github.com/sdqri/effdsl) - Elasticsearch query builder for Go. - [elastic](https://github.com/olivere/elastic) - Elasticsearch client for Go. - [elasticsql](https://github.com/cch123/elasticsql) - Convert sql to elasticsearch dsl in Go. - [elastigo](https://github.com/mattbaird/elastigo) - Elasticsearch client library.