udb 0.4.21

Universal Data Broker — a Rust gRPC broker over multiple databases (Postgres, MySQL, SQLite, MongoDB, ClickHouse, Cassandra, MSSQL, Redis, Qdrant, S3, Neo4j, …) with per-tenant RLS, 2PC, sagas, and CDC.
Documentation
1
2
3
4
5
6
7
8
9
pub mod auto_alter;
pub mod engine;
pub mod executor;
pub mod lifecycle;
pub mod notification;
pub mod plan_approval;
pub mod status;
pub mod sync_config;
pub mod tracker;