git clone https://github.com/Parimal7/Database-from-scratch.git
clang db.c -o db.out
./db.out mydb.db
- You can type
.help
for a list of possible commands. - Currently it supports insertions and searching.
- Add splitting of internal nodes of b+ tree.
- Add deletion operation.