udb 0.3.0

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
# UDB native-services Python example.
# The SDK itself (sdk/python/udb_client) is pure-Python and imported via a
# sys.path insert in main.py; only the gRPC runtime is needed here. The generated
# udb.* stubs are produced by `buf generate --include-imports` in sdk/python.
grpcio>=1.60