noetl-server 3.4.2

NoETL Control Plane - Async Rust server for workflow orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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 wallet_rotate;