Implementing database storage engines and related code to experiment
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.
- Imre Tomosvari - TMSVR.com
This project is licensed under the MIT License