you'll need to refer to his open branch against sqldelight https://github.com/sqldelight/sqldelight/pull/5534
ask LLM to help you publish a version of sqldelight to mavenLocal from that branch. You can also look at his test code there and just modify it slightly to use sqlite-wasm
i
ilyagulya
01/16/2025, 4:29 AM
Wow, I've already forgotten about this branch in the Todo app sample 🙂
I'm thinking about publishing a fork of sqldelight with wasm enabled
🙌 3
b
Brendan Weinstein
01/16/2025, 4:35 AM
Have you taken a stab at using a SharedWorker at all to work with sqlite-wasm to allow for concurrent db access from multiple tabs?
i
ilyagulya
01/16/2025, 7:17 AM
Not yet 🙂
I suppose it should be an application specific decision and we should just provide necessary APIs