How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A small library to help with Realm.IO integration in Android apps
DBFlow is an object-relational mapping library for Android that maps Java objects to SQLite databases. It serves as a persistence layer designed to reduce manual boilerplate code through automated database access and entity mapping. The project distinguishes itself with a type-safe query builder that uses a fluid interface to construct queries with compile-time checks. It provides transparent file-level encryption for securing sensitive data and a reactive wrapper that streams database changes to subscribers for real-time updates. Additional capabilities include asynchronous query execution
A wrapper around Android's SQLiteDatabase with restoring capability
The main features of yaa110/restorablesqlitedatabase are: Database Management.
Projects with overlapping indexed features include: agrosner/dbflow — DBFlow is an object-relational mapping library for Android that maps Java objects to SQLite databases. It serves as a… dizitart/nitrite-database — NoSQL embedded document store for Java. dkharrat/nexusdata — Core Data for Android. eggheadgames/android-realm-asset-helper — A small library to help with Realm.IO integration in Android apps. jearil/simplenosql — A simple NoSQL client for Android. Meant as a document store using key/value pairs and some rudimentary querying.… jgilfelt/android-sqlite-asset-helper — An Android helper class to manage database creation and version management using an application's raw asset files.