Plurrrr

Mon 18 Apr 2022

Analyzing iMessage with SQL

Message is one of the most popular messaging platforms today, largely because it is built into iOS and Mac devices. Since its release, it has evolved significantly. But, at its core, it is simply an instant messaging platform. iMessage uses SQLite in the background to store relational data about messages, conversations, and their participants.

Source: Analyzing iMessage with SQL, an article by Daniel Lifflander.