MCPcopy Create free account
hub / github.com/Lsq128/MiraFrame / DatabaseModule

Class DatabaseModule

packages/server/src/db/database.module.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 exports: [DRIZZLE],
26})
27export class DatabaseModule implements OnModuleInit {
28 async onModuleInit() {
29 console.log("DatabaseModule initialized");
30 }
31}
32
33export type Db = PostgresJsDatabase<typeof schema>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected