Module imessage_database::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
attachmenttable. - This module represents common (but not all) columns in the
chattable. - This module represents the chat to handle join table.
- This module represents common (but not all) columns in the
handletable. - This module represents common (but not all) columns in the
messagetable. - This module defines traits for table representations and stores some shared table constants.