Higher level database layer for Android?

Posted by sweetiecakes on Stack Overflow See other posts from Stack Overflow or by sweetiecakes
Published on 2009-12-03T19:36:45Z Indexed on 2010/05/11 21:54 UTC
Read the original article Hit count: 176

Filed under:
|
|

Are there any good database abstraction layers/object relational mappers/ActiveRecord implementations/whatever they are called for Android? I'm aware that db4o is officially supported, but it has quite a large footprint and I'd rather use a more conventional database (SQLite).

© Stack Overflow or respective owner

Related posts about orm

Related posts about android