SQLite Admin for AIR 1.0
2008-03-28 by Quentin Lengelé
Posted in Flex
Here is a new version of my AIR-based SQLite Admin application updated for AIR 1.0. You can use this application to examine the structure of a database, create a new database or open an existing one, execute any type of SQL statement, etc.
An interesting aspect of this version is that the application itself uses a database (sqladmincache.db) to keep track of the databases you opened and the statements you executed. This is useful if you want to quickly re-open a recently accessed database, or re-execute a recently executed statement.
Source : http://coenraets.org/blog/2008/02/sqlite-admin-for-air-10
