duckdb-wasm-kit icon indicating copy to clipboard operation
duckdb-wasm-kit copied to clipboard

Hooks and utilities to make it easier to use duckdb-wasm in React apps.

Results 3 duckdb-wasm-kit issues
Sort by recently updated
recently updated
newest added

I want to use a file to persist the data, but I can't because I don't have a pre-existing file to use? Is there a way to create an empty...

Hello, I'm trying to create a duckdb with `const { db, loading, error } = useDuckDb();`, however it fails the initialization on `const JSDELIVR_BUNDLES = duckdb.getJsDelivrBundles();` because `duckdb` is not...

Would it be possible to eventually update duckdb-wasm-kit to a more recent duckdb-wasm dev build? Unfortunately, the versioning doesn't really match the one from DuckDB itself or duckdb-node. I already...