Multi-engine database viewer and editor — SQLite, DuckDB, PostgreSQL, MySQL, MongoDB with live CRUD.
Database Studio is a free, browser-based tool that helps you get the job done quickly. Multi-engine database viewer and editor — SQLite, DuckDB, PostgreSQL, MySQL, MongoDB with live CRUD. It's built for speed and privacy: Everything runs locally in your browser — your data is never uploaded to a server. No sign-up, no installs, and no daily limits.
Use this tool as the focused step in a larger browser-based workflow.
Review the preview, copy or download the result, and keep everything local in your browser.
DuckDB Playground: Run SQL against a live DuckDB-WASM engine with sample datasets, CSV/JSON import, schema browser and exports.
Open toolDuckDB SQL Engine: Run SQL queries against CSV files entirely in your browser — no server, no upload.
Open toolEngine not ready
All processing is client-side. SQLite runs via sql.js (WASM), DuckDB via @duckdb/duckdb-wasm, and MongoDB is an in-memory document store. No data leaves your browser.
PostgreSQL and MySQL use DuckDB's dialect translation layer. The SQL you write is DuckDB with PG/MySQL syntax sugar — not a real Postgres or MySQL server.
Double-click any cell in the results table to edit it inline. Changes are committed immediately. Press Enter to save or Esc to cancel.
Keyboard shortcut: Ctrl+Enter runs the query.