Higher level database layer for Android?

前端 未结 12 1586
失恋的感觉
失恋的感觉 2020-12-13 04:51

Are there any good database abstraction layers/object relational mappers/ActiveRecord implementations/whatever they are called for Android? I\'m aware that db4o is officiall

12条回答
  •  独厮守ぢ
    2020-12-13 05:22

    I am the main author of ORMLite which was designed to be small[ish] but still provide higher level functionality. ORMLite makes calls to the native Android OS database APIs to support its ORM functionality. See the following for general information

    http://ormlite.com/sqlite_java_android_orm.shtml

    Here are some Android example applications:

    http://ormlite.com/docs/android-examples

提交回复
热议问题