udb 0.3.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
{
  "name": "udb/native-services-php-example",
  "description": "Simplest→advanced UDB native auth services example (PHP).",
  "type": "project",
  "require": {
    "php": ">=8.1",
    "ext-grpc": "*",
    "fahara02/udb-laravel": "*"
  },
  "repositories": [
    {
      "type": "path",
      "url": "../../../sdk/php",
      "options": { "symlink": false }
    }
  ],
  "minimum-stability": "dev",
  "prefer-stable": true
}