Implemented a toy database following the Let's Build a Simple Database tutorial to understand the database internals.
Have the implementation as close to SQLite as possible. The current implementation has a very rudimentary parser and a B+Tree implementation for backend storage.
- Improve REPL
- Refactor Command Processor
- ...