This document introduces SQLite database usage in Adobe AIR. It discusses how to create a connection to a SQLite database file, execute SQL statements, and work with the results both synchronously and asynchronously. It also covers database schema, parameters, transactions, encryption, and tools for working with SQLite in AIR.