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

Added functionality to load existing `.duckdb` files #2

Closed ramonvermeulen closed 11 months ago

ramonvermeulen commented 11 months ago

Solves: https://github.com/holdenmatt/duckdb-wasm-kit/issues/3 By preloading an existing .duckdb file from the public folder in react, you are able to use existing .duckdb files.

holdenmatt commented 11 months ago

Thanks for the PR, LGTM!

ravwojdyla commented 4 months ago

@ramonvermeulen do you have any input on #13 🙏 ?