open

suspend fun Database.Companion.open(location: String, key: DatabaseKey): Database(source)

Initialise or open a Database


Initialise an in-memory Database whose data will be lost when the instance is dropped