operon 0.7.0

A workflow engine for parallel, incremental scheduling of DAG-defined multiplex tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod storage;
pub use storage::{FromPsqlStorageOptions, PsqlStorage};

mod queries;
pub use queries::EntityQueries;

mod options;
pub use options::PsqlStorageOptions;

mod client;
pub use client::StorageClient;

mod error;
pub use error::PsqlStorageError;
pub(super) use error::PsqlStorageResult;