Less setup between you and your data.
SQLite Lab is a browser-based workspace for people who need to inspect a database dump, query a CSV export, or understand how tables connect.
Built around your browser
The public website is built with Astro. The workspace uses the official SQLite WebAssembly package for queries, Papa Parse for CSV imports, CodeMirror for editing, Tabulator for result previews, and Mermaid for diagrams. These assets are served with the website.
A focused first release
The workspace supports ordinary, unencrypted SQLite databases and SQLite-compatible SQL. It is not a remote database client and does not support SQLCipher, PostgreSQL, MySQL servers, or cloud synchronization.
Independent by design
SQLite Lab is not affiliated with the SQLite project or the desktop application DB Browser for SQLite. SQLite is used here to describe the database format and engine this tool supports.
Read about privacy and local storage, or open the workspace.