We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108fefc commit 37dcf4dCopy full SHA for 37dcf4d
docs/reference/esql.md
@@ -128,4 +128,5 @@ query.to_s
128
=> "FROM sample | SORT @timestamp DESC | WHERE event_duration > 5000000 | LIMIT 3"
129
```
130
131
+The `elastic-esql` library works independently of the {{es}} client, so you can use it alongside any client — not just Ruby.
132
For more information, see the gem [README](https://github.com/elastic/esql-ruby?tab=readme-ov-file#ruby-esql-query-builder).
0 commit comments