UNPKG

@codai/cbd

Version:

Codai Better Database - High-Performance Vector Memory System with HPKV-inspired architecture and MCP server

18 lines 461 B
export class CBDEngineService { constructor(options?: {}); port: any; host: any; dataPath: any; engine: CBDMemoryEngine; app: any; server: any; isHealthy: boolean; startupTime: number; requestCount: number; setupMiddleware(): void; setupRoutes(): void; start(): Promise<any>; stop(): Promise<void>; } import { CBDMemoryEngine } from './memory/MemoryEngine.js'; //# sourceMappingURL=service-simple.d.ts.map