MCPcopy Create free account
hub / github.com/RemoteState/nodejs-ecs /

Class

src/database/index.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2// import * as ormConfig from '../../ormconfig';
3
4export class Database {
5 public static instance: Database;
6 private conn: Connection | null;
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected