I’m not sure what I’m missing here, but I can’t find a reliable ORM for AIR.
The ones I find are not documented well and don’t seem to have a solid following. Is a solid ORM non-existant at this point?
Ones I’m aware of:
http://flexorm.riaforge.org/
http://code.google.com/p/airorm/
http://code.google.com/p/air-activerecord/
I Never used it but have a look at the Cairngorm Persistance Library :
http://sourceforge.net/adobe/cairngorm/wiki/HowtoUsetheCairngormPersistenceLibrary/
Looks like what you’re looking for :
“The Persistence library eases the communication between an Adobe AIR application and an SQLite database. Both use different type systems (relational SQL versus object-oriented ActionScript). This Object Relational Mapping (ORM) library follows an iBATIS approach.”