commonMain.app.cash.sqldelight.TransactionCallbacks.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime Show documentation
Show all versions of runtime Show documentation
Multiplatform runtime library to support generated code
The newest version!
package app.cash.sqldelight
interface TransactionCallbacks {
fun afterCommit(function: () -> Unit)
fun afterRollback(function: () -> Unit)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy