Sjellyfin·Jellyfin: The Free Software Media SystembySmoothLiquidation EFCore refactoring is hereEFCore has landed in unstable, and this will have consequences.https://jellyfin.org/posts/efcore-refactoring/Open linkView original on lemmy.world42Comments5
ccatloaf lemm.ee2Hide 2 replies 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.28
fflorge replyfeddit.uk1Hide 1 replySo it's basically something that will make life easier for the devs and therefore increase the rate of development?13
SSmoothLiquidation lemmy.worldI'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.13
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
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.
Amazing! Been waiting for this for so long.