Official SQLite WASM in the Browser
Load a database, inspect its schema, and query it in your browser.
Active database
Temporary local copyNo database loaded
Waiting for SQLite to start.
Edits never change the source URL. All data resets on refresh.
Use a direct SQLite file URL whose server allows cross-origin requests (CORS). The URL becomes active only after a successful load.
Loading SQLite WASM moduleā¦
All statements run; only the first result set is displayed (up to 1,000 rows). Large integers appear as decimal strings and BLOBs as hex literals. Use LIMIT for large tables.
Results
Run a query to see results.