Crate openvet_storage
source ·Expand description
§Storage
This module is used to handle all persistence. It connects to a database and to an object store. Any changes made to either of these are logged in an audit log.
Re-exports§
pub use self::database::Database;pub use self::service::StorageService;
Modules§
- Database access, migration and functions
- Object storage