| title | View Web SQL data |
|---|---|
| description | How to view Web SQL data from the Application panel of Microsoft Edge DevTools. |
| author | MSEdgeTeam |
| ms.author | msedgedevrel |
| ms.topic | conceptual |
| ms.service | microsoft-edge |
| ms.subservice | devtools |
| ms.date | 05/04/2021 |
This article shows how to use DevTools to inspect Web SQL data.
Warning
The Web SQL specification is not being maintained.
-
In 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.
-
Click 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:
-
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.
Note
Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons Attribution 4.0 International License. The original page is found here and is authored by Kayce Basques.
This work is licensed under a Creative Commons Attribution 4.0 International License.






