Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
/ sql-viewer Public archive

SQLite database tool in React

License

Notifications You must be signed in to change notification settings

amoscardino/sql-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Viewer

A ReactJS web app to view and interact with SQLite databases. All in the browser.

Netlify Status MIT License

Running

Clone the repo then run npm install to get everything set up.

  • For a live development build: npm run start.
  • For a production build: npm run build.

Built with