Is anyone aware of any local on-disk database solu...
# webassembly
l
Is anyone aware of any local on-disk database solutions that works in Compose Multiplatform Wasm? Like sqlite or indexeddb I've looked at Jetbrains Exposed, SQLDelight, and JuulLabs/indexeddb, but none of them currently support wasm
a
I think SQLDelight is close to supporting it: https://github.com/cashapp/sqldelight/pull/4965
❤️ 2