EF Core Integration #172
Replies: 3 comments 5 replies
-
Hi, MaxwellDAssistek! Some time ago I started a provider for EF Core. However, it is too early to use it in production env. |
Beta Was this translation helpful? Give feedback.
-
Should we give this some attention? |
Beta Was this translation helpful? Give feedback.
-
The following steps would be required: Preliminary ResearchEF Core Provider Documentation:
Implement base classes and interfaces:
Data Access Layer:The ADO.NET provider must expose
Dialect and SQL Generation Layer:Implement generators that produce valid DuckDB SQL from EF Expressions.
Migrations Support (Optional):Implement classes that provide DuckDB DDL schema migrations:
Implement Core Provider ComponentsImplement
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to use DuckDB as an Entity Framework core backend yet?
We use EF core for all our data access and it would be great if it would be possible to use DuckDB!
What kind of sponsorship do you think might be needed for this?
Beta Was this translation helpful? Give feedback.
All reactions