Skip to main content

SQLITE_WAL_HEADER_SIZE

Constant SQLITE_WAL_HEADER_SIZE 

Source
pub const SQLITE_WAL_HEADER_SIZE: usize = 32;
Expand description

Size of the SQLite WAL file header in bytes.

The WAL file begins with a 32-byte header followed by zero or more frames.