Readings on SQLite

I needed to understand how some of SQLite's internals work recently. Fortunately, SQLite has great documentation that makes understanding how it works much easier than it otherwise would be. Here are some of the documents I found most interesting and/or helpful. There is lots of programming and design wisdom sprinkled throughout SQLite's documentation.