gordnet / poc-network

0 stars 1 forks source link

Implement LevelDB #5

Open kfaria opened 2 years ago

kfaria commented 2 years ago

LevelDB is a lightweight DB that isn't relational and stores data locally as key-value pairs.

Create a CLI implementation of levelDB to:

kfaria commented 2 years ago

Discuss data model tomorrow