Expand description
Repository runtime selection and composition. Repository runtime selection and composition.
Centralizes selection of repository implementations for the active persistence mode, so adapters do not instantiate concrete repositories directly.
Structs§
- Http
Remote Repository Factory - Remote factory that uses HTTP-backed repositories.
- Repository
Runtime - Resolved repository runtime for the current configuration.
- Repository
Runtime Builder - Builder for repository runtime selection.
- Repository
Set - Bundle of domain repositories selected for the active persistence mode.
- Sqlite
Runtime - Resolved SQLite runtime settings for local persistence.
Enums§
- Persistence
Mode - Client persistence mode used for repository selection.
Traits§
- Remote
Repository Factory - Factory interface for building remote repository bundles.
Functions§
- resolve_
repository_ runtime - Resolve repository runtime for the current configuration.