jsMain.kotlinx.dbc.mariadb.DriverImpl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktdbc-mariadb-js Show documentation
Show all versions of ktdbc-mariadb-js Show documentation
Kotlin Multiplatform library with Database interfaces
The newest version!
package kotlinx.dbc.mariadb
import kotlinx.dbc.Connection
actual object DriverImpl {
actual fun connect(params: HashMap): Connection {
TODO("Not yet implemented")
}
}