libnexakotlin
Toggle table of contents
0.5.34
common
Target filter
common
Switch theme
Search in API
Skip to content
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
createDbDriver
create
Db
Driver
expect
fun
createDbDriver
(
dbname
:
String
,
schema
:
SqlSchema
<
QueryResult.Value
<
Unit
>
>
,
latestSchemaVersion
:
Long
,
createDbIfNonexistent
:
Boolean
=
true
)
:
SqlDriver