EFCore has landed in unstable, and this will have consequences.
You must log in or # to comment.
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Since the article didn’t explain. They’re inserting an abstraction layer in front of the database. You as a user will probably never notice a change.
So it’s basically something that will make life easier for the devs and therefore increase the rate of development?
Yep
Yes, and it will allow admins to switch away from sqlite to postgres
I’m excited to see what the refactoring will allow the dev team to produce. Technical debt is a really good thing to clean up but there might be some growing pains in the mid term.