I am looking database to use. SqlDelight does not ...
# multiplatform
o
I am looking database to use. SqlDelight does not support wasm, Room doesn't support all platform, Realm(mongo) is disbanded.
b
SqlDelight supports wasm with their latest version.
You can see they added wasm driver on “Added” list here: https://github.com/sqldelight/sqldelight/releases/tag/2.1.0
o
Wow last time I checked they didn't. Thanks
m
The feature has not yet been documented (see: https://github.com/sqldelight/sqldelight/issues/5845) and I am still not sure whether the issue of actually persisting the database has been solved now. Last time I looked it was still an in-memory database but who can tell without any documentation 🤨.
o
m
That’s for JS and does not cover the Wasm specifics. If you can figure it out I’d be interested in a working example with wasmJs and persistent database.