上传 .sqlite / .db 文件,使用 sql.js 在浏览器本地解析。文件不会上传到服务器。
查询结果
An online SQLite viewer is a browser-based tool that uses sql.js, the WebAssembly build of SQLite, to open .sqlite / .db / .sqlite3 database files. The database file never leaves your computer: parsing and querying are done entirely in the browser.
Ideal for quickly inspecting SQLite databases created by mobile apps or desktop software. The tool recommends using SELECT statements only; be careful when running any modifying SQL.