ORM Layer for iPhone SQLite

Hi,

has anyone experimented with an ORM layer on IOS modules when using SQLite like ActiveAndroid or DBFlow which are available for Android modules.

Regards
Sven

I did a little bit of research and it looks like Active Android cannot be used. However there is a little piece of software named ORMlite which makes use of the jdbc driver and sql db.
This should work out with the MOE example sqlite3 demo.

Any volunteers :slight_smile:

Yes, any ORM with a JDBC backend should work. Another possibility would be to carve out the android database bindings and provide that as an optional library. Then any ORM that had an android backend would work out of the box as well.