wal_checkpoint


Description:

public void wal_checkpoint (string? database =null) throws Error

Checkpoint the specified database

See SQLite documentation at http://sqlite.org/wal.html#ckpt

Parameters:

database the name of the database to checkpoint

See also:

journal_mode