Skip to main content

Module constants

Module constants 

Source
Expand description

Constants for the database file format

Constantsยง

DEFAULT_PAGE_SIZE
Default page size
FIRST_DATA_PAGE
First data page number
FORMAT_VERSION
Current file format version
FREELIST_ROOT_PAGE
Free list bitmap root page number
MAGIC
Magic bytes at the start of the database file
PAGE_HEADER_SIZE
Page header size
SCHEMA_ROOT_PAGE
Schema catalog root page number
SLOT_SIZE
Slot entry size (offset:u16, len:u16, flags:u8, reserved:u8)
SUPERBLOCK_SIZE
Superblock size in bytes