SQLite 뷰어
브라우저에서 SQLite 데이터베이스 파일 열기 및 쿼리, 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.
계속 탐색
추천 개발자 도구 도구…
JSON 포맷터
구문 강조 및 오류 감지로 JSON 형식화, 유효성 검사 및 압축
Base64 인코더/디코더
텍스트 또는 파일을 Base64로 인코딩하고 Base64 문자열을 읽기 가능한 텍스트로 디코딩
URL 인코더/디코더
URL 구성 요소 및 쿼리 문자열 매개변수 인코딩 및 디코딩
UUID 생성기
무작위 UUID(v1, v4) 생성 또는 여러 UUID 일괄 생성
해시 생성기
텍스트 또는 파일에서 MD5, SHA-1, SHA-256, SHA-512 해시 생성
정규식 테스터
실시간 일치 강조 표시로 정규식 테스트
JWT 디코더
JSON Web Token 디코딩 및 검사 — 헤더, 페이로드 및 서명 확인
HTML 포맷터
적절한 들여쓰기와 구문 강조로 HTML 코드 형식화 및 정리