Basically, yes. Forces plugins not to use potentially database-engine-specific SQL so that server admins don’t have to select their DB based on plugins for jellyfin being compatible.
Comment on Jellyfin 10.11 RC1 Released
victorz@lemmy.world 9 months agoany DB access now goes through the core library
Out of curiosity, this is better because of encapsulation? Protection from bad plugins?
ShortN0te@lemmy.ml 9 months ago
Also for internal use. The original emby source used not within the code base standardized database access.
Basically changes to the database were not possible since finding references across the code base which part uses which values was impossible.
victorz@lemmy.world 9 months ago
Ew. Yeah, good changes coming in that case. Glad they ironed that out!