greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

Read this first! Check out our new database #1102

Open greenrobot-team opened 1 year ago

greenrobot-team commented 1 year ago

Check out our new mobile database ObjectBox (GitHub repo).

This is where we will put all of our effort going forward.

ObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, macOS, or Windows app.

If you are looking for an object-mapping library based on SQLite you might want to check out the Android Jetpack Room library.