EduSync Data Viewer is a cross-platform application (macOS Apple Silicon and Windows x64) developed with Electron + Vite. It allows you to open SQLite databases offline, explore their tables, navigate relationships via foreign key, search within the data, and export to CSV.
Designed to offer permanent access to data even after an online service subscription ends.
- π Open SQLite databases from
.db,.sqlite,.sqlite3files - π Automatic table listing present in the DB
- π Table navigation via foreign key
- π Full-text search (find matches in any column)
- π€ Export CSV of the current table
- π Local resource support: ability to associate a folder containing offline assets
- π₯ Native interface: integrated menu with macOS and Windows
Download the latest release for your operating system from the Releases section.
- Download the
.dmgfile - Open and drag the application to
Applications - If the message βunidentified developerβ appears, open with right click β Open the first time
- Download the
.exeinstaller - Run and follow the guided steps
Clone the repo and run locally:
git clone https://github.com/Edu-Sync/eva-viewer.git
cd eva-viewer
npm install
npm run devnpm run build:mac
npm run build:winDistributed under the MIT License. See LICENSE for more information.
