Search code examples
databasesqlitesafaribrowser-history

Sqlite + Safari History.db


Recently Safari moved from History.plist to History.db to save history information. I tried opening the .db file with a SQLite DB Browser - but strangely nothing happened. Does anyone have a clue what file format this would be - or whether it's encrypted?


Solution

  • Stupid mistake by myself. Solution is to close Safari first, and then open the file using a sqlite reader.

    Yves