2 Repos
Stores and queries structured data locally on mobile devices with an object-oriented interface.
Distinct from Mobile Databases: Distinct from Mobile Databases: emphasizes the object-oriented interface for management, not just storage.
Explore 2 awesome GitHub repositories matching data & databases · Object-Oriented Mobile Database Management. Refine with filters or upvote what's useful.
Realm is a mobile database: an alternative to SQLite & key-value stores
Stores and queries structured data locally on mobile devices with an object-oriented interface.
Realm Kotlin is a local, object-oriented NoSQL database engine designed for Kotlin Multiplatform applications. It enables developers to persist structured application data directly as objects, eliminating the need for traditional relational table structures while ensuring information remains accessible during offline periods. The library distinguishes itself through a compiler-plugin-based architecture that maps standard language classes to database models at compile time. It utilizes zero-copy memory mapping and a lazy-loading query engine to manage data efficiently, while a shared C++ core
Provides a local, object-oriented database engine for persisting and synchronizing application data across mobile and desktop platforms.