Expand description
Implementation of the repository pattern.
Re-exports§
pub use error::RepositoryError;pub use sqlite::SqliteRepository;
Modules§
- branch
- Repository access for the
branchestable. - error
- Error types for repository operation failures.
- sqlite
- SQLite implementation of the repository.
- subscription
- Repository access for the
subscriptionstable. - trigger
- Repository access for the
trigger_queuetable.