https://github.com/vwh/sqlite-viewer
View and query SQLite databases in the browser
https://github.com/vwh/sqlite-viewer
browser-database database-viewer sql-viewer sqlite sqlite-android sqlite-browser sqlite-database sqlite-viewer sqlite3
Last synced: 5 months ago
JSON representation
View and query SQLite databases in the browser
- Host: GitHub
- URL: https://github.com/vwh/sqlite-viewer
- Owner: vwh
- License: mit
- Created: 2024-06-23T14:38:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T22:38:43.000Z (5 months ago)
- Last Synced: 2025-01-31T17:31:55.011Z (5 months ago)
- Topics: browser-database, database-viewer, sql-viewer, sqlite, sqlite-android, sqlite-browser, sqlite-database, sqlite-viewer, sqlite3
- Language: TypeScript
- Homepage: https://sqlite3.online
- Size: 8.18 MB
- Stars: 58
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLite Viewer
View and query SQLite databases directly in your browser. Built with [sql.js](https://github.com/sql-js/sql.js) and ReactJS.
[](https://github.com/vwh/sqlite-viewer/blob/main/LICENSE)
[](https://snyk.io/test/github/vwh/sqlite-viewer)
[](https://app.codacy.com/gh/vwh/sqlite-viewer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://github.com/vwh/sqlite-viewer/actions/workflows/codeql.yml)
[](https://github.com/vwh/sqlite-viewer/actions/workflows/format.yml)
[](https://github.com/vwh/sqlite-viewer/actions/workflows/lint.yml)## Features
Browser Based
Lightning Fast
100% Secure
• No installation required
• Access directly in browser
• Cross-platform compatibility
• WebAssembly-powered
• Near-native performance
• Handles large databases efficiently
• Client-side processing
• Data never leaves your device
• Complete privacy assured
Customizable Interface
Offline Capable
PWA Support
• Multiple themes available
• Adjustable settings
• Personalized user experience
• Work without internet
• Ideal for sensitive data
• Perfect for remote work
• Install as desktop app
• Mobile device compatible
• Native-like experience
> [!NOTE]
> SQLite Viewer supports loading databases directly from a URL. Use the `url` parameter.
> Example: [`https://sqlite3.online/?url=...db_examples/chinook.db`](https://sqlite3.online/?url=https://github.com/vwh/sqlite-viewer/raw/main/db_examples/chinook.db)## Contributing
Contributions are welcome! Feel free to open a pull request with your improvements or fixes.
## License
Under the MIT License. See [License](https://github.com/vwh/sqlite-viewer/blob/main/LICENSE) for more information.