https://github.com/sahil0902/dbconverter
A simple, privacy-focused web application to convert SQLite database files (.db, .db3, .sqlite) into CSV or JSON formats directly in your browser.
https://github.com/sahil0902/dbconverter
csv db3 json sqlite3 sqllite
Last synced: 11 months ago
JSON representation
A simple, privacy-focused web application to convert SQLite database files (.db, .db3, .sqlite) into CSV or JSON formats directly in your browser.
- Host: GitHub
- URL: https://github.com/sahil0902/dbconverter
- Owner: sahil0902
- Created: 2025-04-12T19:33:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T19:34:56.000Z (12 months ago)
- Last Synced: 2025-04-12T20:29:28.971Z (12 months ago)
- Topics: csv, db3, json, sqlite3, sqllite
- Homepage: https://dbconverter.live/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLite Database Converter
A simple, privacy-focused web application to convert SQLite database files (.db, .db3, .sqlite) into CSV or JSON formats directly in your browser.
**Key Features:**
* **Privacy First:** All processing happens locally on your machine. Your database files are never uploaded to any server.
* **Multiple Formats:** Export your data to either CSV (with different output formats) or JSON.
* **Easy to Use:** Simple drag-and-drop or file selection interface.
* **Customizable:** Configure export settings to suit your needs.
* **Table Preview:** View your table data before exporting.
## Demo
[Watch the Demo Video](https://res.cloudinary.com/dn42qkskw/video/upload/f_auto:video,q_auto/v1/Portfolio/ny3tfpuoqmpdo1tqwbzw)
## Live Website
You can use the live version of the application here: **[SQLite Database Converter](https://dbconverter.live/)**
---
*This repository only contains the README file. The source code is kept private.*