Skip to content

sqle/sqle

Repository files navigation

sqle

codebeat badge Build Status codecov GoDoc

Installation

The import path for the package is gopkg.in/sqle/sqle.v0.

To install it, run:

go get gopkg.in/sqle/sqle.v0

Documentation

SQL syntax

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

Powered by sqle

License

sqle is licensed under the MIT License.