Giorgi / DuckDB.NET

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

how to open database from exists stream ? #139

Closed xibaoning closed 9 months ago

xibaoning commented 9 months ago

var conn=new DuckDBConnection(stream) ??

Giorgi commented 9 months ago

You can't open from stream, why would you want to do that?