Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 707 Bytes

SQLite Viewer

View and query SQLite databases directly in your browser. Built with sql.js and ReactJS.

Preview

Visit SQLite Viewer to see it in action!

Getting Started

Installation

Clone the repository and install dependencies:

git clone https://github.com/vwh/sqlite-viewer
cd sqlite-viewer
npm install

Development Server

Start the development server:

npm run dev

Contributing

Contributions are welcome! Fork the repository, create your feature branch, commit your changes, and submit a pull request.