Has anyone tried writing Reaktive extensions for S...
# reaktive
a
Has anyone tried writing Reaktive extensions for SqlDelight? I saw that they have
coroutines, rxjava2 ,rxjava3
extensions.
a
Hey! I'm not aware of any publicly available libs for this. In one of my pet projects I created them locally: https://github.com/arkivanov/Konf/blob/master/shared/database/src/commonMain/kotlin/com/arkivanov/konf/database/ReaktiveExtensions.kt
a
Have you tried using them on iOS as well?
a
To be honest no, but unless sqldelight works well in iOS it should be fine.
Just keep in mind the memory model, but this is applicable not only to sqldelight
a
Sure, will try out! Thanks for sharing extensions.
👍 1
a
Please share your experience later!
a
works great!
a
Amazing!