Skip to content

//selekt-api/com.bloomberg.selekt/SQLiteJournalMode/MEMORY

MEMORY

[jvm]\ MEMORY

The MEMORY journaling mode stores the rollback journal in volatile RAM. This saves disk I/O but at the expense of database safety and integrity. If the application using SQLite crashes in the middle of a transaction when the MEMORY journaling mode is set, then the database file will very likely go corrupt.

Properties

Name Summary
databaseConfiguration [jvm]
@JvmField
val databaseConfiguration: DatabaseConfiguration
name [jvm]
val name: String
ordinal [jvm]
val ordinal: Int