invoke
operator fun invoke(path: String, sqlite: SQLite, configuration: DatabaseConfiguration, key: ByteArray?, random: IRandom = CommonThreadLocalRandom): SQLDatabase(source)
Deprecated
Prefer the DatabaseKey constructor.
Replace with
SQLDatabase(path, sqlite, configuration, sqlite.newKey(key), random)Content copied to clipboard