Xem SQLite
Mở và truy vấn file cơ sở dữ liệu SQLite trong trình duyệt — duyệt bảng, chạy SQL và xuất kết quả ra CSV
Drop your SQLite database
.db · .sqlite · .sqlite3 — stays 100% in your browser
SQLite Viewer Online
Open and inspect SQLite database files directly in your browser. Browse tables, view schema, run SQL queries, filter rows, and export results to CSV without uploading your database.
How to view a SQLite database
- 1
Open a .sqlite or .db file
Choose a SQLite database from your device. The file is loaded locally in the browser.
- 2
Browse tables and schema
Inspect table names, columns, data types, indexes, and row counts.
- 3
Run SQL queries
Use SELECT queries to filter and analyze data, then copy or export the results.
- 4
Export what you need
Download query results as CSV for spreadsheets, debugging, or data cleanup.
FAQ
Can I open a SQLite file online without uploading it?
Yes. This SQLite viewer runs in your browser, so the database file stays on your device.
What file types are supported?
Common SQLite files such as .sqlite, .sqlite3, .db, and application database files are supported when they use the SQLite format.
Can I run SQL queries?
Yes. You can run read-only SELECT queries to inspect tables and export results.
Tiếp tục khám phá
Công cụ Công cụ Developer khác bạn có thể thích…
Định dạng JSON
Định dạng, kiểm tra và nén JSON với tô sáng cú pháp và phát hiện lỗi
Mã hóa/Giải mã Base64
Mã hóa văn bản hoặc file sang Base64 và giải mã chuỗi Base64 thành văn bản
Mã hóa/Giải mã URL
Mã hóa và giải mã thành phần URL và tham số query string
Tạo UUID
Tạo UUID ngẫu nhiên (v1, v4) hoặc tạo hàng loạt nhiều UUID cùng lúc
Tạo Hash
Tạo hash MD5, SHA-1, SHA-256, SHA-512 từ văn bản hoặc file
Kiểm tra Regex
Kiểm tra biểu thức chính quy với tô sáng khớp thời gian thực và trích xuất nhóm
Giải mã JWT
Giải mã và kiểm tra JSON Web Token — xem header, payload và xác minh chữ ký
Định dạng HTML
Định dạng và làm đẹp mã HTML với thụt lề đúng và tô sáng cú pháp