HoyaDB is a simple in-memory key-value store database written in Rust.
- REPL
- Basic implementation of a Database
- Basic parser
- Basic typechecker
- Multithreaded database access
- Interpreter
- Writing the databases' contents to a file and loading it
- Better error handling
- Quoting
- Binary Operations (Addition, Subtraction, Division, Multiplication, etc)
- More complex datatypes like Records
- Tests
- Benchmarks
- Client - server architecture