checkpoint
abstract fun checkpoint(mode: SqliteCheckpointMode = SqliteCheckpointMode.PASSIVE, database: String? = null): WriteAheadLogCheckpointResult(source)
Runs a checkpoint operation on database of the connection in the given mode.
Throws
if an error occurs.