commonMain.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
expect object DriverImpl {
fun connect(params: HashMap): Connection
}