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.