An open API service indexing awesome lists of open source software.

https://github.com/varunu28/learndb

LearnDB is an attempt to learn database implementation details
https://github.com/varunu28/learndb

Last synced: about 1 month ago
JSON representation

LearnDB is an attempt to learn database implementation details

Awesome Lists containing this project

README

          

# learndb
LearnDB is an attempt to learn database implementation details from the tutorial [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/)

## How to run?
```
make // builds the executable & output file
make test

make clean // cleans up all the build files and test db
```