holdenmatt / duckdb-wasm-kit

Hooks and utilities to make it easier to use duckdb-wasm in React apps.
https://www.npmjs.com/package/duckdb-wasm-kit
MIT License
101 stars 4 forks source link

With the current implementation you cannot load existing .duckdb databases #3

Closed ramonvermeulen closed 11 months ago

ramonvermeulen commented 11 months ago

With the current implementation it is not possible to load existing .duckdb databases. Because these need to be preloaded into the virtual webasm filesystem first.

holdenmatt commented 11 months ago

Thanks for the report/PR!