Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support synchornous DuckDB instance to allow user-defined functions (UDFs) #20

Open
alexkreidler opened this issue Sep 26, 2024 · 0 comments

Comments

@alexkreidler
Copy link

Awesome library, thank you!

Currently the synchronous DuckDB bindings allow creating UDFs, internal code.

There are some reasons why UDFs are not supported with the async bindings: duckdb/duckdb-wasm#159 (comment)

It would be nice to have an option for the useDuckDb() hook to choose the sync version of duckdb. Hopefully none of the other helper functions like insertFile depend specifically on the async version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant