SQLite Playground Online

Database Explorer

No objects found.

No Data
No Data
How to use the SQLite Playground?

Run SQLite in your browser to test SQL queries, explore tables and practice with ready-made datasets.

  1. When you open the tool, you will see an example SQL script. You can edit or delete it.
  2. Write your SQL script in the dark-themed editor. You can drag your mouse to select a specific snippet if you only want to execute that part.
  3. Click the play button to apply the instructions to the active database.
  4. Monitor your tables and columns in the Database Explorer (left menu).
  5. When a query returns data (like a SELECT statement), it will appear in the Results tab. Otherwise, the Logs tab will automatically open.
  6. You can use the red trash can button to drop all tables and reset the tool.
Run SQLite directly in your browser

The SQLite Playground runs SQLite directly in your browser using WebAssembly (WASM). You can create databases, execute SQL queries and practice SQLite without installing software or sending your database to a back-end server.

Built for developers, students and educators who need a fast way to test SQLite queries, prototype small databases or practice SQL directly in the browser.