recoverSnapshots

abstract fun recoverSnapshots(database: String? = null)(source)

Attempts to scan the WAL file associated with database of this connection and make all valid snapshots available to openSnapshot.

Throws

if the operation fails.