First attempt at storage engine

This commit is contained in:
Yuriy Dupyn 2024-02-01 03:02:12 +01:00
parent ee757c7ca2
commit bd3fdb266f
6 changed files with 514 additions and 1 deletions

View file

@ -5,5 +5,6 @@ members = [
"proto",
"server",
"client",
"parser"
"parser",
"storage_engine"
]