Are there known ADO.NET implementations for DuckDB? What would be the best way to contribute .NET bindings if there are none right now?
(Edit: https://github.com/x2bool/duckdb-net, https://www.nuget.org/packages/DuckDb)
@x2bool I'm working on it. Feel free to email me at giorgi at giorgi.dev
We decided to start implementing .NET drivers: https://github.com/x2bool/duckdb-net
This is work in progress. So far we got connections and simple queries working. There is still plenty of room for improvement, but hopefully soon we gonna have the minimum viable version working. Contributions are welcome.
Here is my library: DuckDB.NET It supports only Windows at the moment but I plan to add support for other platforms soon.
It supports creating tables, inserting/updating data and querying the data.
Most helpful comment
We decided to start implementing .NET drivers: https://github.com/x2bool/duckdb-net
This is work in progress. So far we got connections and simple queries working. There is still plenty of room for improvement, but hopefully soon we gonna have the minimum viable version working. Contributions are welcome.