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

Class

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

Source from the content-addressed store, hash-verified

7import os from 'os';
8
9class SQLiteTestContainer implements TestContainer {
10 constructor(private dbPath: string) {}
11
12 getConnectionUri(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected