Adobe AIR SQLite ORM
Quick update and interesting note. I’ve been blogging about AIR and SQLite databases, and recently I’ve had to put together an analytics tracking library for AIR (currently Google Analytics only supports Flex apps, it needs the DOM to function).
Wanting a better approaching to persistent data in AIR I started writing my own DataObject to handle saving and retrieving data. While writing it I thought surly someone had implemented something like this, and sure enough they have.
Mark Moloney has written FlexORM which creates SQLite tables via meta data left in the application http://flexorm.riaforge.org/
There is a great run down here http://www.adobe.com/newsletters/edge/october2009/articles/article7/index.html?trackingid=EXBII
And there is also a ColdFusion 9 and AIR ORM which I haven’t played with, it also supports syncing local DB’s with servers! Very nice I thought. http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSAFE323E5-CA8B-429e-BC1C-450DA839D705.html