Skip to content

Commit 6de381f

Browse files
author
Bhargav Gondaliya
authored
Create README.md
1 parent 73e74d0 commit 6de381f

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
## SQLite-Viewer
2+
3+
[![GitHub license](https://img.shields.io/github/license/bjmdevelopers/SQLite-Viewer)](https://github.com/bjmdevelopers/SQLite-Viewer/blob/main/LICENSE)
4+
[![Live Demo](https://img.shields.io/badge/Demo-SQLite--Viewer-green)](https://bjmdevelopers.github.io/SQLite-Viewer/)
5+
6+
A web-based SQLite database viewer that runs entirely in the browser. No server required!
7+
8+
![SQLite-Viewer Screenshot](./screenshot.png) <!-- Add a screenshot later -->
9+
10+
## Features
11+
12+
- 🔍 View SQLite database tables and schemas
13+
- 📝 Run SQL queries directly in the browser
14+
- 🚀 Powered by WebAssembly (SQLite compiled to WASM)
15+
- 💾 Works offline after initial load
16+
- 🆓 100% client-side - no data leaves your computer
17+
18+
## How to Use
19+
20+
1. Open the [live demo](https://bjmdevelopers.github.io/SQLite-Viewer/)
21+
2. Click "Open Database" and select a SQLite `.db` file
22+
3. Browse tables or run custom SQL queries
23+
24+
## Development
25+
26+
To run locally:
27+
28+
```bash
29+
git clone https://github.com/bjmdevelopers/SQLite-Viewer.git
30+
cd SQLite-Viewer
31+
# Open index.html in your browser
32+
```
33+
34+
## Technologies Used
35+
36+
- SQLite (compiled to WebAssembly)
37+
- Vanilla JavaScript
38+
- HTML5/CSS3
39+
40+
## Future Improvements
41+
42+
- [ ] Add table editing capabilities
43+
- [ ] Support for importing/exporting data
44+
- [ ] Dark mode toggle
45+
46+
## License
47+
48+
MIT © [bjmdevelopers](https://github.com/bjmdevelopers)
49+
```

0 commit comments

Comments
 (0)