Variable: DRIZZLE_INSTANCE
ts
const DRIZZLE_INSTANCE: "DRIZZLE_INSTANCE" = "DRIZZLE_INSTANCE";Defined in: packages/drizzle/src/drizzle.constants.ts:8
Default injection token for the Drizzle ORM database instance.
Use this token with @Inject(DRIZZLE_INSTANCE) or the @InjectDrizzle() shorthand decorator.