//runtime/com.squareup.sqldelight.db/SqlDriver/currentTransaction
currentTransaction
[common]
Content
abstract fun currentTransaction(): Transacter.Transaction?
More info
The currently open Transacter.Transaction on the database.
It's up to the implementor how this method behaves for different connection/threading patterns.