Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1011 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1011 Bytes

TMSVR Database experiments

Implementing database storage engines and related code to experiment

Getting Started

This repository contains database engine implementations for demonstration purposes. The code is created as the basis of blog posts on my website.

The corresponding articles:

The concept is simple, there is a DataStore interface that is implemented by different engines. The project uses minimal to zero dependencies, mainly for testing.

Authors

License

This project is licensed under the MIT License