imessage_database

Module tables

source
Expand description

Representations of iMessage database tables as structs.

Many of these tables do not include all available columns. Even on the same versions of macOS, the schema of the iMessage database can vary.

Modulesยง

  • This module represents common (but not all) columns in the attachment table.
  • This module represents common (but not all) columns in the chat table.
  • This module represents the chat to handle join table.
  • This module represents common (but not all) columns in the handle table.
  • Data structures and models used to parse and represent message data.
  • This module defines traits for table representations and stores some shared table constants.