In the previous posts, we've explored the
SQLite file format and built a
simple SQL parser. It's time
to put these pieces together and implement a query evaluator!
In this post, we'll lay the groundwork for evaluating SQL queries and build a
query ev...