noetl-server 3.8.0

NoETL Control Plane - Async Rust server for workflow orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Database queries for the NoETL Control Plane.
//!
//! This module contains database query functions organized by domain.

pub mod catalog;
pub mod credential;
pub mod event;
pub mod keychain;
pub mod result_store;
pub mod secret_audit;
pub mod subscription_dedup;
pub mod wallet_rotate;