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

add configuration options for DuckDB class #200

Merged
merged 2 commits into from
Dec 28, 2023

Conversation

rickiesmooth
Copy link
Contributor

@rickiesmooth rickiesmooth commented Oct 2, 2023

I need to install unsigned extensions, so when I instantiate my duckdb class I need to pass a configuration object like so:

new DuckDB.Database(":memory:", {
    allow_unsigned_extensions: "true",
})

I also need to be able to install the arrow extension from a custom_extension_repository so ideally I'd be able to override the CONFIG as well

@jheer jheer merged commit e5c3c58 into uwdata:main Dec 28, 2023
2 checks passed
@jheer
Copy link
Member

jheer commented Dec 28, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants