Duckdb: .NET/C# bindings

Created on 6 Nov 2020  路  3Comments  路  Source: cwida/duckdb

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)

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.

All 3 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KnutJaegersberg picture KnutJaegersberg  路  5Comments

ak2k picture ak2k  路  6Comments

dustalov picture dustalov  路  4Comments

hannesmuehleisen picture hannesmuehleisen  路  6Comments

Giorgi picture Giorgi  路  4Comments