Giorgi / DuckDB.NET

Bindings and ADO.NET Provider for DuckDB
https://duckdb.net
MIT License
343 stars 62 forks source link

How to use multiple connections to connect to existing database in memory mode in 0.7.1? #84

Closed yxmm-wxe closed 1 year ago

yxmm-wxe commented 1 year ago

In the latest code, I found the commit Isolate multiple in-memory database from each other.

So when I get an in-memory connection every time, it will be connected to a new database.

How to use multiple connections to connect to the existing database in memory mode? Any plans to expand this functionality?