//! Backend implementations of `WorkflowStore`.
//!//! The trait itself lives in `assay-domain`; re-exported here so existing
//! `crate::store::WorkflowStore` and `crate::store::<DTO>` paths resolve
//! unchanged.
pubmodpostgres;pubmodsqlite;pubuseassay_domain::store::WorkflowStore;pubuseassay_domain::{NamespaceRecord, NamespaceStats, QueueStats};