The SQLite database is one file that is segmented into individual pages of a specified length. The size of each page will be indicated in its header. Page numbering begins with 1, and pages are listed in sequential order.1 In the initial state of the SQLite database, the database file will contain the original, unaltered information.
Reference:
[1] https://for585.com/sqlitewal