Articles in this series
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...
In the previous post, we discovered the SQLite file format and implemented a toy version of the .tables command, allowing us to display the list of...