TypeScript client for the local Bridge API on your machine. Automate connect-by-name, queries, server audits, storage, and analytics overview from scripts or CI — same surface as MCP, programmatic.
npm i nexoxa-bridge-sdkimport { BridgeClient } from "nexoxa-bridge-sdk";
const bridge = new BridgeClient();
await bridge.connectByName("Production Postgres");
await bridge.query("SELECT 1");