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": "fahara02/udb-php-arbitary-project-example",
    "description": "Standalone PHP UDB SDK example for the ACME Billing arbitrary project schema.",
    "type": "project",
    "license": "MIT",
    "require": {
        "fahara02/udb-laravel": "dev-main"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/fahara02/udb-laravel.git"
        }
    ],
    "autoload": {
        "psr-4": {
            "PhpArbitaryProject\\": "gen/PhpArbitaryProject/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}