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