How many times during your ActionScript, Flex and AIR development you've forced to spend several time to create ActionScript Value Objects and Data Access Objects for your the data access login of your application.
We at Comtaste have released an open source AIR tool (under GPL) to reduce the development time: Dao-Ext is come!
Dao-Ext is a tool that auto-generates ActionScript VOs and DAOs starting from a local SQLite databse and that will make your life easier when developing Adobe AIR Applications which use local persistent data.
All you need is to donwload and launch Dao-Ext AIR tool, select your local database file and let Dao-Ext does the job for you.
In this first release Dao-Ext simply creates VOs and DAOs for database tables. The tool allows you to choose namespaces to use for classes generation.
In the next upcoming release will give you the ability to fully customize the VOs and DAO creation process.
You can download Dao-Ext from Google Code: http://code.google.com/p/dao-ext/!