- WoofDB is an embedded, almost SQL based (not quite yet) database inspired by SQLite and DuckDB.
- It provides REPL interface to connect and interact with the database
- Implement SQL tokenizer
- Implement SQL parser
- Remove hardcoded users table
- Add support for filtering data
- Move table persistence to a Page based technique to store and retrieve data instead of loading everything in memory
- Implement B-Trees for table persistence
- Implement logic for indexes
Quite to figure out...
