This article shows how to use DevTools to inspect Web SQL data.
View Web SQL DataIn DevTools, open the Application tool. The Manifest pane usually opens by default.
Expand the Web SQL section to view databases and tables. In the following figure, below html5meetup is a database and rooms is a table.
Click a table to view the data for that table.
You can't edit Web SQL data when viewing a Web SQL table, such as in the previous figure. But you can run statements from the Web SQL Console that edit or delete tables. See Run Web SQL queries.
Run Web SQL queriesClick a database to open a console for that database.
Type a Web SQL statement, then press Enter to run it.
DevTools doesn't update tables in real-time. To update the data in a table:
Click Refresh ().
Use the Visible columns text box to specify what columns you want to show. Provide the column names as a CSV list.
Open the Clear Storage pane.
Make sure that the Web SQL checkbox is turned on.
Click Clear site data.
This work is licensed under a Creative Commons Attribution 4.0 International License.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4