All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bselzer.ktx.db.transaction.Transaction.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.ktx.db.transaction

import org.kodein.db.Batch
import org.kodein.db.DBRead

/**
 * Represents an abstraction for writing a batch.
 */
interface Transaction : Batch, DBRead




© 2015 - 2024 Weber Informatics LLC | Privacy Policy