realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Add support for configuring various sync timeouts. The Swift API is here: https://www.mongodb.com/docs/realm-sdks/objc/latest/Classes/RLMSyncTimeoutOptions.html, but the Kotlin API might look slightly different as we haven't really supported nested configuration objects until...
### How frequently does the bug occur? Sometimes ### Description We switched in our Android app from Java SDK to Kotlin, because we had issues with thread safety and the...
### How frequently does the bug occur? Always ### Description I'm migrating from realm-java to realm-kotlin and I've encountered issue similar to https://github.com/realm/realm-kotlin/issues/981. ~I think that issue is that my...
I'm migrating a project from realm-java to realm-kotlin. after fixing all build error I got this. I was able to build a KMM module but it breaks some heavy logics,...
This PR adds `MongoClient`-APIs to query and update remote Atlas App Service data sources directly according to [these docs](https://www.mongodb.com/docs/atlas/app-services/functions/mongodb/) This overall flow is to obtain a `MongoCollection` though: - `App`->`User`->`MongoClient`->`MongoDatabase`->`MongoCollection`...
Your documentation says the following - "Collections are mutable and are backed by their corresponding built-in Kotlin classes. You can add and remove elements in a collection within a write...
### How frequently does the bug occur? Sometimes ### Description Hi 👋 I am using realm-kotlin in a **KMP** project with Android and iOS. For some time now, we've experienced...