Go to file
Jeffrey Paul 26e4cc1063 version bump to 1.0.1, added me to authors 2016-05-07 04:07:21 +02:00
sqlite2json actually fixes #4 2016-05-07 03:59:16 +02:00
.gitignore Init 2014-02-14 14:37:21 -05:00
LICENSE Initial commit 2014-02-14 11:34:04 -08:00
README.md version bump to 1.0.1, added me to authors 2016-05-07 04:07:21 +02:00
setup.py version bump to 1.0.1, added me to authors 2016-05-07 04:07:21 +02:00

README.md

sqlite2json

This script dumps all* the tables in an sqlite database as json.

Usage

sqlite2json sqlitefile.db [--exclude=TABLE]

To dump the sqlite file where iMessages are stored:

sqlite2json ~/Library/Messages/chat.db

Here is a more useful version of the above example:

sqlite2json ~/Library/Messages/chat.db | jq -r .message[].text | grep -i loan

*The script doesn't dump the contents of of the sqlite_master table

Authors

  • John Gerlock <john@pikkey.com>

  • Jeffrey Paul <sneak@sneak.berlin>