udb 0.1.1

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
10
11
12
13
[project]
name = "udb-client"
version = "0.1.0"
description = "Python client helpers for UDB"
requires-python = ">=3.10"
dependencies = [
  "grpcio>=1.68",
  "protobuf>=5",
]

[tool.setuptools.packages.find]
where = ["."]
include = ["udb_client*", "udb*"]