imessage_database/tables/mod.rs
1/*!
2Representations of iMessage database tables as structs.
3
4Many of these tables do not include all available columns. Even on the same versions
5of macOS, the schema of the iMessage database can vary.
6*/
7
8pub mod attachment;
9pub mod chat;
10pub mod chat_handle;
11pub mod handle;
12pub mod messages;
13pub mod table;