Expand description
Reference: https://www.sqlite.org/fileformat2.html
Structs
- In-header database size
- File change counter (4 Bytes)
- File format version numbers (2 Bytes)
- Leaf payload fraction. Must be 32.
- Magic Header String (16 Bytes)
- Maximum embedded payload fraction. Must be 64.
- Minimum embedded payload fraction. Must be 32.
- Page Size (2 Bytes)
- Payload Fractions (3 Bytes)
- Reserved bytes per page (1 Byte)
- Database File Format