Connecting to an SQLite database The sqlite3 that we will be using throughout this tutorial is part of the Python Standard Library and is a nice and easy interface to SQLite databases: There are no ...
Why SQLite 2.8.1? I wanted to visualize how the BTree pages evolve on disk as records are added to database tables. Initially, I cloned the current version of SQLite (3.x.x), but I quickly found out ...