realm-kotlin
realm-kotlin copied to clipboard
Add support for `RealmConfiguration.inMemory()`
Similar to Realm Java, supporting in-memory based Realms are useful for very temporary data and testing.
Suggested API:
RealmConfiguration.Builder.inMemory(enabled: Boolean = true)
Hey guys, do you have any updates regarding this API?