README ¶ This repo contains cli wrapper for github.com/cch123/elasticsql Usage elasticsql "SELECT * FROM my_table m WHERE m.id > 3" {"query" : {"bool" : {"must" : [{"range" : {"m.id" : {"gt" : "3"}}}]}},"from" : 0,"size" : 1} elasticsql -p "SELECT * FROM my_table m WHERE m.id > 3" { "query": { "bool": { "must": [ { "range": { "m.id": { "gt": "3" } } } ] } }, "from": 0, "size": 1 } Install go get -u github.com/mbdeveci/elasticsql Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files elasticsql.go Click to show internal directories. Click to hide internal directories.