You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of dialect with the official SQLite wasm package
Would it make more sense to create a packages/dialect-wasm-worker/ or refactor how dialect-wasqlite-worker and @subframe7536/sqlite-wasm are organized?
The text was updated successfully, but these errors were encountered:
I think it would be better to make a generic dialect for SQLite that execute in worker, not just wasm, so that dialect-sqlite-worker or dialect-bun-worker could also been reorganized.
And, PR welcome. Currently I am working on other project, so maybe I have little energy on this feature.
API Worker docs https://sqlite.org/wasm/doc/trunk/api-worker1.md
It seems to me that a lot of the heavy lifting is already done in existing dialects:
Would it make more sense to create a
packages/dialect-wasm-worker/
or refactor howdialect-wasqlite-worker
and@subframe7536/sqlite-wasm
are organized?The text was updated successfully, but these errors were encountered: