hez2010 / EFCore.NativeAOT

A sample showing how to use Entity Framework Core with NativeAOT
33 stars 5 forks source link

Proposal for improvements #7

Open josephmoresena opened 2 years ago

josephmoresena commented 2 years ago

I have been experimenting with this project and was able to get it working with SqlServer, PostgreSQL and MySql as well. It is possible that we need to extend the functionality with at least one CRUD (which would be a more real example) and guarantee a basic multiple RDBMS operation.

hez2010 commented 2 years ago

My current plan is to to complete the rd.xml generator for efcore first, so developers can get rid of writing those directives manually.