dev.inmo.plagubot.KoinDatabaseExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plagubot.plugin Show documentation
Show all versions of plagubot.plugin Show documentation
Base dependency for whole PlaguBot project
The newest version!
package dev.inmo.plagubot
import org.jetbrains.exposed.sql.Database
import org.koin.core.Koin
import org.koin.core.scope.Scope
val Scope.database: Database
get() = get()
val Koin.database: Database
get() = get()