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.
- Support Android Gradle Plugin 3.3+ APIs. #942
- Support Gradle 6.0. #1002
- Support JDK 11. #1014
- Updated ProGuard, R8 rules when using SQLCipher.
- Prevent verbose ART “Rejecting re-init” logs. #428
- Support fully specified @transient annotation name. #657
- Expose Database.isOpen(). #700
- Allow custom collation for SQLCipher databases. #727
- Support setting DatabaseErrorHandler. #839
- Generate DaoMaster in same package on Mac and Windows. #880
- Escape table name for joins. #888