Hi Any database library which is compatible with a...
# multiplatform
m
Hi Any database library which is compatible with all Android, JVM and wasm for storing data locally.
j
c
+1 for sqldelight
n
Sqldelight does not support wasm yet. There is a PR for it but it is still in review ☝️
👀 1
m
To my knowledge there is still no serious database library for Wasm which could store large amounts of data. A critical feature for SQLDelight was just merged but not yet published. https://github.com/sqldelight/sqldelight/pull/5534#issuecomment-2879102967
🎉 1
m
i see this is published now
has anyone tried it
n
I am working on it in a side project. It is not easy because the documentation is not updated yet. Also the SQLite driver must be constructed asynchronously for WASM, which can be an issue depending on how you pass the database to your classes
m
@John O'Reilly has update PeopleInSpace but I am not sure what the current state is and whether it works now.