udb 0.2.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
6
7
8
9
10
# UDB TypeScript SDK

This lightweight wrapper loads the neutral UDB service proto at runtime via
`@grpc/proto-loader`.

```bash
npm install @grpc/grpc-js @grpc/proto-loader
```

The protocol file is `proto/udb/services/v1/data_broker.proto`.