Skip to content

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

WAL

WAL

The WAL journaling mode uses a write-ahead log instead of a rollback journal to implement transactions. The WAL journaling mode is persistent; after being set it stays in effect across multiple database connections and after closing and reopening the database.

See also

SQLite's WAL journal mode

Properties

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