Build your own SQLite (in rust), Part 1: Listing tables

Open link in next tab

Build your own SQLite, Part 1: Listing tables

https://blog.sylver.dev/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 1: Listing tables