Chapter 5. Reading and Writing to a SQLite Database

Another compelling feature of AIR is local embedded database support provided by SQLite. Using this support, developers can persist data locally on the end user’s machine, allowing functionality far beyond what is possible for applications running in a web browser environment.

A few common uses for this local database support include caching application data that would normally be downloaded on application startup, creating occasionally connected clients that exchange data with the server only when Internet access is available, or creating an application that is intended to run entirely locally, without a server for storage.

This chapter assumes familiarity with SQL (Structured Query Language) ...

Get Breaking Out of the Web Browser with Adobe AIR now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.