From c7482f30c333177b8b0812d93e334dc4c0e62fd9 Mon Sep 17 00:00:00 2001 From: Sadiq Rahmati Date: Mon, 9 Sep 2024 17:31:40 +0330 Subject: [PATCH] Add effdsl (#5400) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a390831..2d315330 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.