Replies: 2 comments 1 reply
-
Implementing an EF Core provider for a database is a huge task. I don't have any (short-term) plans to implement it. You could probably modify EF Core SQLite provider and modify it to work with DuckDB instead but I haven't looked into it. If you need the provider to use in a commercial product, you can contribute it back to the project or you could fund the development. |
Beta Was this translation helpful? Give feedback.
-
We've added read-only DuckDB support for Entity Framework Core, enabling integration while preserving the standard EF Core developer experience. https://github.com/EnergyExemplar/EnergyExemplar.EFCore.Duckdb.Extensions |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you look already into creating a IQueryable/LINQ provider? There are many use cases in .NET where such a provider would be really nice.
We are currently looking into enabling easy access to parquet files over an GraphQL API. IQueryable would allow us to filter and project client requests to duckdb directly.
Beta Was this translation helpful? Give feedback.
All reactions