Hello! I have to develop an Android application that will have to synchronize on a regular basis on a distant database, and work offline most of the time. Consequently, I need to have the same SQLite database schema in the application as master database. The server is developped in Rails ( using ActiveRecord ), and have a lot of "has_one", "has_many", "belongs_to", "has_and_belongs_to_many" relations. I've made some research for Android ORM, and I've found this : - ORMLite, but it doesn't handle "JOIN ... ON ... ", and doesn't handle relations - android-active-record, but it's still in development - activeandroid, but the documentation isn't up to date, so I don't know if the ActiveRecord schema is respected - neodatis, db4o and ammentos, but they're not using SQLite, so synchronization would be hard - jooq, but the ActiveRecord isn't implemented for SQLite...
I'm a little bit disappointed, so all suggestions are welcome ! Regards, Louis C. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

