Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
import
os from
'os'
;
8
9
class
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