commonMain.org.kodein.db.impl.kv.default.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kodein-db Show documentation
Show all versions of kodein-db Show documentation
Kodein-DB implementation library
The newest version!
package org.kodein.db.impl.kv
import org.kodein.db.DBFactory
import org.kodein.db.kv.KeyValueDB
public expect val KeyValueDB.Companion.default: DBFactory