Skip to main content

Module repository

Module repository 

Source
Expand description

Implementation of the repository pattern.

Re-exports§

pub use error::RepositoryError;
pub use sqlite::SqliteRepository;

Modules§

branch
Repository access for the branches table.
error
Error types for repository operation failures.
sqlite
SQLite implementation of the repository.
subscription
Repository access for the subscriptions table.
trigger
Repository access for the trigger_queue table.