Skip to main content
🇬🇧WebFileTools/SQLite Browser

SQLite Browser

Open a local SQLite database, inspect tables and schemas, and export query results to CSV. 100% local.

100% local: the database remains in this tab, with no upload or persistence beyond the session.

SQL editor

Schema

-

Select a table to inspect columns.

Query result

No rows

Run a query to see results.

Local proof

Proof of local processing

This tool is classified as local in the WebFileTools registry: processing is expected to stay inside your browser.

See transparency page
  • The page is declared as local in the public tool catalog.
  • No server-side storage is announced for this processing flow.
  • The easiest verification is to monitor the Network panel while it runs.

How to verify it yourself

  1. 1Open your browser developer tools and switch to the Network panel.
  2. 2Run the processing flow with a test file.
  3. 3Confirm that no upload request containing your file is sent to WebFileTools.

You use this tool often? Pro includes files up to 500 MB and priority processing.

What is SQLite Browser?

This tool lets you open a local SQLite database, list its tables, inspect schemas and run SELECT queries without leaving the browser.

How to use this tool?

Drop a .db file, choose a table or write a query, then inspect the schema or export the result as CSV.

Benefits

  • Local SQLite engine
  • Table exploration
  • CSV export
  • No persistence beyond session

Frequently Asked Questions

Is the SQLite file uploaded to a server?
No. The SQLite engine runs in your browser and the database stays local.
Can I run SQL queries?
Yes, you can run SELECT queries on the loaded database and inspect the results.
Can I export tables?
Yes, each table or query result can be exported as CSV.
Does data persist after closing the tab?
No. Nothing is kept beyond the current session.