Skip to content

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.

License

Notifications You must be signed in to change notification settings

jercheng/go-mysql-server

Repository files navigation

sqle

codebeat badge Build Status codecov GoDoc

Installation

The import path for the package is github.com/src-d/go-mysql-server.

To install it, run:

go get github.com/src-d/go-mysql-server

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

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Python 0.1%
  • Shell 0.0%
  • Java 0.0%
  • Makefile 0.0%
  • C 0.0%