Recover Tabs from SavedTabs.db

AnthonyBarattaAnthonyBaratta Posts: 6 Bronze 1
edited August 23, 2014 5:50AM in SQL Prompt
Howdy...

I had my laptop die a sudden death and started over with a clean OS and software install. I have a few tabs in the savedTabs.db file that I want to recover.

What db type is this file? Will I have to code my own interface to the DB file or is there a tool I can use to pull data out from the file?

Comments

  • Aaron LAaron L Posts: 596 New member
    Hi Anthony,

    The easiest way to get them back is just have Prompt installed and copy the old saved tabs file into the same directory on the new pc. Then when you open tab history you’ll see all your tabs again.

    But to answer your original question it’s a SQLite database, so any tool that allows querying of sqlite databases should work.
Sign In or Register to comment.