EFCore.NativeAOT
EFCore.NativeAOT copied to clipboard
Proposal for improvements
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.
My current plan is to to complete the rd.xml generator for efcore first, so developers can get rid of writing those directives manually.