Can any of you recommend something similar for relational databases? I'm interested in writing some potentially restricted subset of SQL, with some query planning + optimization. If it ended up being a toy version of sqlite, I would be quite satisfied.
Thank you!
The author builds a small relational database from scratch in java. It supports only a few types and not all SQL commands but it's great to get a big picture.