MCPcopy Create free account
hub / github.com/bytebase/dbhub /

Class

src/connectors/__tests__/mysql.integration.test.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import type { Connector } from '../interface.js';
6
7class MySQLTestContainer implements TestContainer {
8 constructor(private container: StartedMySqlContainer) {}
9
10 getConnectionUri(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected