SQLite

This section explains how to use the SQLite database. SQLite usually runs inside a single application rather than as a database server. It is easy to install and very compact, so it is often distributed together with applications. Here, each topic walks through how to use SQLite to create databases and tables, add data, and query data.