Skip to content

Edu-Sync/eva-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

EduSync Data Viewer

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.


✨ Features

  • πŸ”Œ Open SQLite databases from .db, .sqlite, .sqlite3 files
  • πŸ“‘ 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

πŸš€ Installation

Download the latest release for your operating system from the Releases section.

macOS (Apple Silicon)

  • Download the .dmg file
  • Open and drag the application to Applications
  • If the message β€œunidentified developer” appears, open with right click β†’ Open the first time

Windows (x64)

  • Download the .exe installer
  • Run and follow the guided steps

πŸ›  For Developers

Clone the repo and run locally:

git clone https://github.com/Edu-Sync/eva-viewer.git
cd eva-viewer
npm install
npm run dev

Build produzione

npm run build:mac
npm run build:win

Screenshots

Screenshot 1

License

Distributed under the MIT License. See LICENSE for more information.

About

πŸ”Ž EduSync Data Viewer is a cross-platform application developed with Electron + Vite that allows you to open SQLite databases offline, explore tables, navigate relationships, search within data, and export to CSV. πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Contributors