Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.75 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.75 KB

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.