Chrome can create sqlite databases using window.openDatabase. How do I access the sqlite database using a standalone application like an sqlite manager?
When I update the Sqlite database using a standalone application, will chrome automatically update its database to or would that still require a restart?
Thanks
If you’re on a windows platform, you can try this sqlitebrowser. It works ok (for example with the sqlite-files you can find in your chrome user profile).