FlexORM is an Object Relational Mapping framework for Adobe AIR.
The built-in SQLite support in Flex for Mobile is, well, barebones. It works, and it works well - but it's quite hostile to RAD, and most apps are hardly going to have complex databases. This is where an ORM comes in, they do all of the boring database stuff, so you can throw objects around in a sort of 'fire and forget' manner.
Adobe don't offer an off-the-shelf solution. This is where FlexORM comes into the game. FlexORM enable
More
