Expand description
Database service layer for KoReader synchronization.
This module defines the KorrosyncService trait which provides an abstract interface
for managing persistent storage of user authentication and reading progress synchronization.
§Implementations
Currently available implementations:
KorrosyncServiceRedb- Embedded redb database implementation (default)
Re-exports§
pub use self::redb::KorrosyncServiceRedb;
Modules§
- redb
- Redb-based implementation of KOReader synchronization service.
Traits§
- Korrosync
Service - Trait defining the core database operations for KoReader synchronization.