Recover Tabs from SavedTabs.db
AnthonyBaratta
Posts: 6 Bronze 1
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?
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
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.