100% Private

SQL & Database Editing Tools

Browser-Based SQL Execution

Run SQL queries without installing database software. Our SQL Query Runner uses SQL.js to execute SQLite commands entirely in your browser. Load existing databases, create new ones, and run any SQL command with instant results.

Supported SQL Commands

Full SQLite SQL syntax is supported:

  • SELECT: Query data with WHERE, JOIN, GROUP BY, ORDER BY
  • INSERT: Add new records to tables
  • UPDATE: Modify existing data
  • DELETE: Remove records
  • DDL: CREATE TABLE, DROP TABLE, ALTER TABLE

Database Management

Load SQLite databases from files (.sqlite, .db, .sqlite3) or create new empty databases. Make changes with SQL commands, then download the modified database. Changes exist in memory until you explicitly download.

Query History

Previous queries are saved in session, letting you recall and rerun common operations. Export query results as CSV for use in other tools.

Use Cases

  • Data exploration: Query unfamiliar databases to understand their structure
  • Quick edits: Make small changes without installing database tools
  • Learning SQL: Practice queries in a safe, isolated environment
  • Database testing: Verify data before deploying to production

Privacy

Database files are processed entirely in your browser using WebAssembly. No data is uploaded to any server. This is crucial for databases containing sensitive information like user data, credentials, or business records.


Privacy Notice: This site works entirely in your browser. We don't collect or store your data. Optional analytics help us improve the site. You can deny without affecting functionality.