sqle / sqle

[DEPRECATED] See https://github.com/src-d/go-mysql-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[DEPRECATED] See https://github.com/src-d/go-mysql-server

License:MIT License


Languages

Language:Go 99.8%Language:Shell 0.2%