Skip to main content

Module storage

Module storage 

Source
Expand description

Offline storage module using SQLite

Provides local caching of Jellyfin metadata, download management, and offline mutation queue for sync-back operations.

Re-exports§

pub use db_service::DatabaseService;
pub use db_service::RusqliteService;

Modules§

db_service
Database service abstraction layer
models
Database model structs
schema
Database schema and migrations

Structs§

Database
Database connection wrapper with thread-safe access