org.clojars.punit-naik.sqles.query
from
(from table)limit
(limit n)op->op-key
(op->op-key op)order-by
(order-by clause-data)remove-quotes
(remove-quotes s)Removes single/double quotes from a string
select
(select fields)term-query
(term-query field value)where
multimethod
where->es
(where->es statements)Converts SQL Where clauses into Elasticsearch boolean logic NOTE: Parsing of nested logical statements using brackets is not supported yet