Skip to content

Timester/tmsvr-databases

Repository files navigation

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