Giorgi / DuckDB.NET

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

Add support for Extract Statements API #97

Closed Giorgi closed 1 year ago

Giorgi commented 1 year ago

This will allow to execute multiple connections commands in a single go: https://duckdb.org/docs/api/c/api#extract-statements

Seddryck commented 1 year ago

Isn't it multiple commands in a single connection (and go)?

Giorgi commented 1 year ago

Yes, that's right. I updated the issue description.