From c607e7937d04959130f20961afc33cc59e9505ef Mon Sep 17 00:00:00 2001 From: Denis Ivanov Date: Thu, 4 Jun 2026 00:52:05 +0300 Subject: [PATCH] Add DuckDB --- entity-framework/core/providers/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/entity-framework/core/providers/index.md b/entity-framework/core/providers/index.md index ac7d696e6a..68299f7b0b 100644 --- a/entity-framework/core/providers/index.md +++ b/entity-framework/core/providers/index.md @@ -64,6 +64,7 @@ Entity Framework Core can access many different databases through plug-in librar | [EFCore.Snowflake](https://www.nuget.org/packages/EFCore.Snowflake/) | Snowflake | [Krzysztof Sielaff](https://github.com/Sielnix) | | 8 | [readme](https://github.com/Sielnix/EFCore.Snowflake/blob/main/README.md) | | [EFCore.Kusto](https://www.nuget.org/packages/EFCore.Kusto/) | Azure Data Explorer (Kusto) | [Anas Ismail Khan](https://github.com/anasik) | | 8 | [readme](https://github.com/anasik/EFCore.Kusto/blob/main/README.md) | | [EntityFrameworkCore.Ydb](https://www.nuget.org/packages/EntityFrameworkCore.Ydb) | YDB | [YDB Team](https://github.com/ydb-platform/) | | 9, 10 | [website](https://ydb.tech/docs/en/integrations/orm/entity-framework?version=main) | +| [DuckDB.EFCore](https://www.nuget.org/packages/DuckDB.EFCore) | DuckDB | [Denis Ivanov](https://github.com/denis-ivanov) | | 10 | [readme](https://github.com/denis-ivanov/DuckDB.EFCore/blob/master/README.md) | ## Adding a database provider to your application