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

feat(duckdb): allow to use named in-memory db #9241

Merged
merged 2 commits into from
May 23, 2024

Conversation

JulienZolli
Copy link
Contributor

Description of changes

Allows to use a named in-memory database with the DuckDB backend.

Issues closed

Copy link
Member

@gforsyth gforsyth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @JulienZolli !

@gforsyth gforsyth merged commit 67460aa into ibis-project:main May 23, 2024
74 checks passed
@cpcloud
Copy link
Member

cpcloud commented May 23, 2024

We should probably add a small test for this at some point, to ensure that we don't refactor this out of existence accidentally, but no rush.

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.

feat: allow to connect to a duckdb named in-memory database
3 participants