For a while now I have been working on a ORM library for AIR and SQLite. It’s not officially launched yet, but if you want to sneak a peak and give it try then look “here”:http://opensource.adobe.com/wiki/display/cairngorm/How+to+Use+the+Cairngorm+Persistence+Library.
I took my initial inspiration from “iBATIS”:http://ibatis.apache.org/ as I wanted the developer to have control over the SQL. It is intended to be incredibly simple. You put the SQL in a SQLMap and then decorate your VOs with metadata. There’s a sample app so take a look and let me know how you get on.

Hi, Where can I get more examples and tutorials about your Persistence Library? Thanks in advance, it´s a great work.
The persistence library now lives under Cairngorm (http://sourceforge.net/adobe/cairngorm/wiki/HowtoUsetheCairngormPersistenceLibrary/) and the Cairngorm team are now maintaining it. I don’t know of any other examples., but it may be worth asking on the Cairngorm forum (http://forums.adobe.com/community/opensource/cairngorm/developers).