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

Support duckdb version 0.10.0 #11

Closed ramonvermeulen closed 6 months ago

ramonvermeulen commented 6 months ago

Hi @holdenmatt, can you do a new release with the newer version of DuckDB Wasm? I do not have yarn locally, so the lock still needs to be generated. Would help me a lot to have a version available on npm linked to a 0.10.0 supported duckdb-wasm. I tested with dev153.0 and seems to work fine.

holdenmatt commented 6 months ago

Thanks. I went ahead and updated, but sounds like it isn't quite stable yet?

image

I'll update again after 1.29 is published.

Let me know if see any issues!

ramonvermeulen commented 6 months ago

Thanks. I went ahead and updated, but sounds like it isn't quite stable yet? image

I'll update again after 1.29 is published.

Let me know if see any issues!

Awesome, yes maybe there were some problems still because I got some errors loading in duckdb files with dev99 which I did not have with the latest (dev153). Thanks for your quick response / new release 🙌

Will close this PR