Higher level database layer for Android?

前端 未结 12 1585
失恋的感觉
失恋的感觉 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:21

    I was comparing basics of ormlite and greendao some time ago. You might want to take a look there. I plan to write some follow up with more advanced stuff in the near future but for now it's only a basic stuff. In my own project I'm using GreenDAO.

提交回复
热议问题