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: allow to connect to a duckdb named in-memory database #9240

Closed
1 task done
JulienZolli opened this issue May 23, 2024 · 0 comments · Fixed by #9241
Closed
1 task done

feat: allow to connect to a duckdb named in-memory database #9240

JulienZolli opened this issue May 23, 2024 · 0 comments · Fixed by #9241
Labels
duckdb The DuckDB backend feature Features or general enhancements

Comments

@JulienZolli
Copy link
Contributor

Is your feature request related to a problem?

No response

What is the motivation behind your request?

No response

Describe the solution you'd like

I'd like to be able to use a named in-memory database :memory:mydb with the DuckDB backend.
This allows to create multiple connections to the same database for parallel reads.

What version of ibis are you running?

9.0.0

What backend(s) are you using, if any?

DuckDB

Code of Conduct

  • I agree to follow this project's Code of Conduct
@JulienZolli JulienZolli added the feature Features or general enhancements label May 23, 2024
@gforsyth gforsyth added the duckdb The DuckDB backend label May 23, 2024
gforsyth pushed a commit that referenced this issue May 23, 2024
Allows to use a named in-memory database with the DuckDB backend.

* Resolves #9240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duckdb The DuckDB backend feature Features or general enhancements
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants