This document introduces SQLite database usage in Adobe AIR 1.5. It describes how to create a SQLConnection, execute SQL statements asynchronously and synchronously, handle results and errors, use parameters and paging, and work with transactions, schemas, and encrypted databases. SQLite provides an embedded SQL database engine that implements most of SQL92 without configuration in a lightweight, cross-platform manner.