Skip to content

Instantly share code, notes, and snippets.

@scien
Last active December 2, 2016 16:05
Show Gist options
  • Select an option

  • Save scien/cc38b2cba28bbbb30054 to your computer and use it in GitHub Desktop.

Select an option

Save scien/cc38b2cba28bbbb30054 to your computer and use it in GitHub Desktop.
iMessages Database
How to connect
> sqlite3 ~/Library/Messages/chat.db
Helpful Commands
sqlite> .help
sqlite> .tables
sqlite> .headers off
sqlite> .headers on
sqlite> .mode line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment