The import path for the package is gopkg.in/sqle/sqle.v0
.
To install it, run:
go get gopkg.in/sqle/sqle.v0
We are continuously adding more functionality to gitql. We support a subset of the SQL standard, currently including:
Supported | |
---|---|
Comparison expressions | !=, ==, >, <, >=,<= |
Null check expressions | IS NULL, IS NOT NULL |
Grouping expressions | COUNT, FIRST |
Standard expressions | ALIAS, LITERAL, STAR (*) |
Statements | CROSS JOIN, DESCRIBE, FILTER (WHERE), GROUP BY, LIMIT, SELECT, SHOW TABLES, SORT |
sqle is licensed under the MIT License.
Version | Tag | Published |
---|---|---|
v0.7.1-0.20180209162459-ff31d6d3d0f9 | 1yr ago | |
v0.6.0 | 1yr ago | |
v0.7.0 | 1yr ago |