Topic/SQL

- Build your own SQLite, Part 1: Listing tables: As developers, we use databases all the time. But how do they work? In this series, we'll try to answer that question by building our own SQLite-compatible database from scratch. Source code examples will be provided in Rust, but you are encouraged t...
- Build your own SQLite, Part 2: Scanning large tables
- Build your own SQLite, Part 3: SQL parsing 101
- Build your own SQLite, Part 4: reading tables metadata
- Build your own SQLite, Part 5: Evaluating queries