runoshun / kysely-duckdb

Kysely dialect for duckdb
MIT License
12 stars 1 forks source link

WASM Driver #1

Open clouddra opened 1 year ago

clouddra commented 1 year ago

Is there a specific reason why the WebAssembly (wasm) driver is commented out? If you're open to contributions, I'd be happy to assist.

runoshun commented 12 months ago

Thank you for opening the issue. I commented out the WebAssembly (wasm) driver because the extension was not working properly when I tested it (I think it was duckdb v0.8.1). I appreciate any contributions! If you have any suggestions or code, please feel free to share them.

coji commented 3 months ago

Thank you very much for making such a useful dialect.

I created a wasm-specific dialect in the form of a fork from this repository as a quick work-around. https://github.com/coji/kysely-duckdb-wasm

At the moment I have confirmed that it works in vite (remix spa mode). https://github.com/coji/remix-spa-duckdb-wasm