Overview Open Chrome DevTools What's New in DevTools DevTools tips Simulate mobile devices with Device Mode Performance insights: Get actionable insights on your website's performance Lighthouse: Optimize website speed Animations: Inspect and modify CSS animation effects Changes: Track your HTML, CSS, and JavaScript changes Coverage: Find unused JavaScript and CSS Developer Resources: View and manually load source maps CSS Overview: Identify potential CSS improvements Issues: Find and fix problems Media: View and debug media players information Memory Inspector: Inspect ArrayBuffer, TypedArray, DataView, and Wasm Memory. Network conditions: Override the user agent string Security: Understand security issues Search: Find text across all loaded resources Sensors: Emulate device sensors WebAuthn: Emulate authenticators Customize DevTools Engineering blog
Overview Open Chrome DevTools What's New in DevTools DevTools tips Simulate mobile devices with Device Mode Performance insights: Get actionable insights on your website's performance Lighthouse: Optimize website speed Animations: Inspect and modify CSS animation effects Changes: Track your HTML, CSS, and JavaScript changes Coverage: Find unused JavaScript and CSS Developer Resources: View and manually load source maps CSS Overview: Identify potential CSS improvements Issues: Find and fix problems Media: View and debug media players information Memory Inspector: Inspect ArrayBuffer, TypedArray, DataView, and Wasm Memory. Network conditions: Override the user agent string Security: Understand security issues Search: Find text across all loaded resources Sensors: Emulate device sensors WebAuthn: Emulate authenticators Customize DevTools Engineering blog

View Web SQL data

Published on

Warning

The Web SQL specification is not being maintained and does not have cross-browser support.

This guide shows you how to use Chrome DevTools to inspect Web SQL data.

View Web SQL Data

  1. Click the Sources tab to open the Application panel. Expand the Web SQL section to view databases and tables. In Figure 1 below html5meetup is a database and rooms is a table.

    The Web SQL pane.

    Figure 1. The Web SQL pane.

  2. Click a table to view that table's data.

    Viewing the data of a Web SQL table.

    Figure 2. Viewing the data of the rooms Web SQL table.

Edit Web SQL data

You can't edit Web SQL data when viewing a Web SQL table, such as in Figure 2 above. But you can run statements from the Web SQL Console that edit or delete tables. See Run Web SQL queries.

Run Web SQL queries

  1. Click a database to open a console for that database.

  2. Type a Web SQL statement, then press Enter to run it.

    Using the Web SQL Console to delete a row from a table.

    Figure 3. Using the Web SQL Console to delete a row from the rooms table.

Refresh a Web SQL table

DevTools does not update tables in real-time. To update the data in a table:

  1. View a Web SQL table's data.
  2. Click Refresh Refresh.

Filter out columns in a Web SQL table

  1. View a Web SQL table's data.

  2. Use the Visible columns text box to specify what columns you want to show. Provide the column names as a CSV list.

    Using the Visible Columns text box to reduce the number of columns shown.

    Figure 4. Using the Visible Columns text box to only show the room_name and last_updated columns.

Delete all Web SQL data

  1. Open the Clear Storage pane.

  2. Make sure that the Web SQL checkbox is enabled.

    The Web SQL checkbox.

    Figure 5. The Web SQL checkbox.

  3. Click Clear site data.

    The Clear Site Data button.

    Figure 6. The Clear Site Data button.

Published on Improve article

This site uses cookies to deliver and enhance the quality of its services and to analyze traffic. If you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see. Learn more about our use of cookies.