Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
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.