Key capabilities
- Official SQLite WebAssembly engine
- Open and export SQLite databases locally
- Explore tables, columns, indexes, and foreign keys
- SQL completion, history, saved queries, and result exports
Create, open, query, and export SQLite databases locally with SQLite WebAssembly. Your data never leaves the browser.
The WebAssembly runtime is loaded on first use
Open an existing SQLite database or start from a sample, then inspect its schema, run selected SQL, edit rows, review query plans, and export the result. The database engine and file stay in the current browser.
Choose a .db, .sqlite, or .sqlite3 file. The browser loads it into the local SQLite WebAssembly workspace and shows its schema and data.
Yes. Run INSERT, UPDATE, DELETE, or schema changes, then export the current database as a new SQLite file.
The core database workflow stays in the browser and is not uploaded to ToolRen. The current file picker supports files up to 100 MB, subject to device memory.
0 comments
Sign in to comment and reply.