I never used the sync/atlas features from realm, b...
# multiplatform
c
I never used the sync/atlas features from realm, but I did like its code style for storing/querying/migrating etc. I found it's simplicity a good choice when using the db as a basic network cache for offline data viewing / pre-loading views. Does anyone recommend a similar alternative? Originally only the sync features were being deprecated... but now it seems the whole library is being abandoned and isn't compiling on Kotlin 2+ Is there anything sitting in the spectrum between KStore and SQLDelight?