All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.io.github.rotbolt.flakerdata.flakerdb.TestDbDriverFactory.kt Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package io.github.rotbolt.flakerdata.flakerdb

import app.cash.sqldelight.db.SqlDriver
import app.cash.sqldelight.driver.native.inMemoryDriver

internal actual fun testDbDriverFactory(): SqlDriver = inMemoryDriver(FlakerDatabase.Schema)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy