ArcadeDBがPythonとTypeScriptのネイティブドライバを公開、OpenAPIとProtobufから自動生成
Native Python and TypeScript Drivers for ArcadeDB, from OpenAPI and Protobuf

ArcadeDBがPythonとTypeScript/JavaScript向けのHTTPおよびgRPCドライバ計4つをApache-2.0で公開した。すべてOpenAPI仕様とProtobuf契約から生成され、ドリフトゲートで整合性を検証。HTTPは手軽さ、gRPCは大規模ストリーミングやバルク挿入に向く。トランザクションや結果エンベロープのtruncatedフラグなど、実運用で重要な設計が盛り込まれている。
Hand-written drivers rot silently. The server adds a field or tightens a response, and the driver keeps compiling and keeps returning plausible values until someone loses a day to it.