this post was submitted on 28 Jan 2025
39 points (97.6% liked)

Jellyfin: The Free Software Media System

5895 readers
39 users here now

Current stable release: 10.10.5

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

EFCore has landed in unstable, and this will have consequences.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 4 days ago (1 children)

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.

[–] [email protected] 11 points 4 days ago (1 children)

So it's basically something that will make life easier for the devs and therefore increase the rate of development?