Giorgi / DuckDB.NET

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

Parse connection string, introduce connection string builder #43

Closed unconverged closed 2 years ago

unconverged commented 2 years ago

This pull request brings a new DuckDBConnectionStringBuilder class that lets to format a connections string. This PR also changes connection string parsing so that we allow spaces around =.

Fix #42

Giorgi commented 2 years ago

I added Configuration Api binding. I think some of the options should be configurable from connection string.