/gosqldb

A key-value persistent database that supports SQL queries over B+ and LSM trees

Primary LanguageGoMIT LicenseMIT

gosqldb

Build codecov Go Report Card GoDoc

WORK IN PROGRESS

gosqldb is a fully functional persistent database written in Go that supports different storage engines and simple SQL.

It is not intended for production use. The primary purpose of the database is to learn and experiment with different storage engines and database concepts.

The database consists of small parts like parsers and engines that are developed as isolated independent packages that can be used separately:

Features

There is a set of features:

Play

...

License

gosqldb is released under the MIT license.