Last active
December 2, 2016 16:05
-
-
Save scien/cc38b2cba28bbbb30054 to your computer and use it in GitHub Desktop.
iMessages Database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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