getDrizzleDatabase<TDatabase extends object>(service: IDatabaseService,database: DrizzleDatabase<TDatabase>): TDatabase
Returns the exact configured outer Drizzle database for a database service.
service: IDatabaseService
Database service created by this package
database: DrizzleDatabase<TDatabase>
Opaque configuration supplied to this plugin instance
The identical configured outer database