Build your own SQLite, Part 3: SQL parsing 101
After discovering the SQLite file format and implementing the .tables command in part 1 and part 2 of this series, we're ready to tackle the next big challenge: writing our own SQL parser from scratch. As the SQL dialect supported by SQLite is quite ...
Nov 18, 20249 min read13K
