Name
SQLITE_MAX_PAGE_SIZE — Max database page size
Common Usage
SQLITE_MAX_PAGE_SIZE=bytes
Description
The maximum size of a database page.
The default 32K value is the maximum allowed by the internal
architecture of SQLite. This value can only be lowered.