I love simplicity. Complexity is our eternal enemy and Simplicity is beautiful; rarely something is as simple as SQLite: a single-file, in-process database. It runs inside our application, there is no need for a separate database server.| binaryigor.com
Write-Ahead Logging| www.sqlite.org
VACUUM| www.sqlite.org
Appropriate Uses For SQLite| www.sqlite.org
Overview| www.sqlite.org