cashapp / sqldelight

SQLDelight - Generates typesafe Kotlin APIs from SQL
https://cashapp.github.io/sqldelight/
Apache License 2.0
6.12k stars 512 forks source link

Provide default web worker for sqlite wasm #4658

Open Burtan opened 11 months ago

Burtan commented 11 months ago

Description

Hi, the sqlite wasm project is evolving and there is now a npm repository containing the needed files (community maintained). https://www.npmjs.com/package/@sqlite.org/sqlite-wasm What about providing a default sqlite wasm web worker for opfs persistent storage? I'm willing to help if this is desired.

Thanks for consideration!

dellisd commented 11 months ago

This is on my to-do list!

I have sample implementation of the worker here: https://github.com/dellisd/sqldelight-sqlite-wasm which I'm planning to pull into this project.

shriharsha-srb commented 4 months ago

Just wanted to know if there were any updates here :)