Skip to content

SQLite Playground

Run SQLite queries in your browser

Loading SQLite engine...

Features

  • Run SQL in the browser with no installation
  • Built-in Chinook and Northwind sample databases
  • Auto-discovered table schema panel
  • Paged results with CSV/JSON export
  • Database lives entirely in your browser

How to Use

  1. 1Pick a sample database (or empty)
  2. 2Type your SQL in the editor
  3. 3Click Run or press Ctrl + Enter
  4. 4View the result table, export as CSV/JSON

FAQ

Is my data uploaded to a server?

No. The SQLite engine runs locally in your browser via WASM. Databases and queries never leave your device.

Can I import my own database?

This version ships with built-in sample databases and an empty database. Uploading .sqlite files is planned for a future release.

Which SQL features are supported?

Powered by the SQLite 3 engine: table creation, CRUD, joins, aggregate functions, and the full SQL syntax.

Related Tools