Skip to main content

Open a local SQLite file, select a common data table, and view fields and records in pages.

Only view ordinary tables and do not execute custom SQL. Each page has 50 lines and each cell can display up to 4000 characters. BLOB only displays the size; the display order is determined by the database reading order.

Preview and results

After processing is complete, the results will be displayed here.

Instructions for use

  1. Select the local SQLite database and click "Read Database".
  2. Select a normal data table to read fields and records; use the previous page and next page to view subsequent records.
  3. View table or copy text results. Read-only display, the original file will not be modified, and custom SQL will not be executed.

Input and output examples

Example input
example.sqlite
Example output
table / rows

These are demo inputs and sample results, and do not mean that your data has been processed.

Calculation basis and reference materials

The database is up to 32 MiB, the original file is not modified, and encrypted databases or external WAL files are not supported; views and virtual tables are not queried, and write operations are not provided.

Content check: · About this site and content description

Related tools