![JAR search and dependency download from the Maven repository](/logo.png)
datamaintain.core.Context.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datamaintain-core Show documentation
Show all versions of datamaintain-core Show documentation
One tool to maintain all your database schemas!
package datamaintain.core
import datamaintain.core.config.DatamaintainConfig
import datamaintain.core.db.driver.DatamaintainDriver
import datamaintain.domain.report.ReportBuilder
data class Context(
val config: DatamaintainConfig,
val dbDriver: DatamaintainDriver,
val reportBuilder: ReportBuilder = ReportBuilder()
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy