2 Repos
Replicates local database changes to a backend server and merges updates from other clients.
Distinct from Cross-Device Data Availability: Distinct from Cross-Device Data Availability: specifically syncs mobile database state, not general file or tab availability.
Explore 2 awesome GitHub repositories matching networking & communication · Mobile Database Sync. Refine with filters or upvote what's useful.
Realm is a mobile database: an alternative to SQLite & key-value stores
Replicates local changes to a backend server and merges updates from other clients.
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
Replicates local database changes to a cloud backend to maintain consistent state across multiple devices.