From e39c5d4ad63497737ee9a2da557701a80065a925 Mon Sep 17 00:00:00 2001 From: Giorgi Dalakishvili Date: Thu, 23 May 2024 00:54:31 +0400 Subject: [PATCH] Add DuckDB.NET --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca50340b3..0b2656d1a 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w ## Database Drivers +* [DuckDB.NET](https://github.com/Giorgi/DuckDB.NET) - .NET data provider for DuckDB * [MySQL Connector](https://dev.mysql.com/downloads/connector/net/) - Connector/Net is a fully-managed ADO.NET driver for MySQL * [Npgsql](https://github.com/npgsql/Npgsql) - .NET data provider for PostgreSQL * [MongoDB](https://github.com/mongodb/mongo-csharp-driver) - Official MongoDB C# driver