Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T23:47:00.000Z (27 days ago)
- Last Synced: 2024-12-10T07:21:27.892Z (18 days 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: 7.61 MB
- Stars: 54
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
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.
[![License](https://img.shields.io/github/license/vwh/sqlite-viewer?label=License)](https://github.com/vwh/sqlite-viewer/blob/main/LICENSE)
[![Security Score](https://img.shields.io/badge/Security%20Score-A%20%7C%20Good-brightgreen)](https://snyk.io/test/github/vwh/sqlite-viewer)
[![Codacy Badge](https://img.shields.io/codacy/grade/1a8379b2399b45278a710145f92eab5d)](https://app.codacy.com/gh/vwh/sqlite-viewer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![CodeQL](https://github.com/vwh/sqlite-viewer/actions/workflows/codeql.yml/badge.svg)](https://github.com/vwh/sqlite-viewer/actions/workflows/codeql.yml)
[![Format Check](https://github.com/vwh/sqlite-viewer/actions/workflows/format.yml/badge.svg)](https://github.com/vwh/sqlite-viewer/actions/workflows/format.yml)
[![Lint](https://github.com/vwh/sqlite-viewer/actions/workflows/lint.yml/badge.svg)](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.