MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

backend/integration_tests/setup/database-utils.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { RefreshToken } from '../../api/src/auth/entities/refresh-token.entity';
8
9export class DatabaseUtils {
10 private static dataSource: DataSource;
11
12 static async initializeDatabase(): Promise<DataSource> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected