DatabaseConfiguration
Configuration for opening a database.
actual class DatabaseConfiguration(config: DatabaseConfiguration?) : DelegatedClass<<Error class: unknown class>> (source)
Functions
Link copied to clipboard
fun DatabaseConfiguration?.newConfig(databasePath: String? = null, encryptionKey: EncryptionKey? = null): DatabaseConfiguration
Create a DatabaseConfiguration, overriding the receiver's values with the passed parameters:
Link copied to clipboard
Set the canonical path of the directory to store the database in. If the directory doesn't already exist it will be created. If it cannot be created throw an IllegalStateException
Link copied to clipboard
ENTERPRISE EDITION API