max Page Count
Queries or sets the maximum number of pages in the database file.
This pragma limits the total number of pages the database file can grow to. If an operation caused the database to exceed this size, the operation will fail with an SQLITE_FULL error.
A value of 0 (the default) means there is no upper limit on the database size.
This can be used as a safety measure to prevent the database from consuming an unbounded amount of disk space. The limit can be changed at any time.
Author
MOHAMMAD AZIM ANSARI