I have a local web client that uses webSQL to store its data client side. (Yes I know its been deprecated).
I also have a python script that generates a report and grabs its data from a mdb file right now using a driver.
I was wondering if it was possible to grab my data from google chrome’s webSQL db through python.
I’m not sure how to call one of the db files in google chrome from a python script or if its even possible.
Any help would be greatly appreciated.
Ok so my co-worker figured it out.
On windows you go to:
There’s a bunch of databases here for different websites that use sqlite.
And then the python script is as easy this: