exposedDatabase

val exposedDatabase: Database(source)

Deprecated

Use config.statementPreparationExposedTransactionProvider instead. This property will be removed in a future version.

The Exposed Database used for SQL generation.

This property is available for backward compatibility and returns the database from the transaction provider if it's a DatabaseExposedTransactionProvider, or throws otherwise.