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

commonMain.com.m2f.archer.data.storage.DatabaseDriverFactory.kt Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package com.m2f.archer.data.storage

import app.cash.sqldelight.db.QueryResult.AsyncValue
import app.cash.sqldelight.db.SqlDriver
import app.cash.sqldelight.db.SqlSchema

internal const val databaseName = "expiration_registry"
expect class DatabaseDriverFactory {

    companion object {
        suspend fun createDriver(schema: SqlSchema>): SqlDriver
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy