Skip to content

vwh/sqlite-viewer

Repository files navigation

SQLite Viewer (Preview)

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


Main Interface

Main Interface

Query Execution

Query Execution

Structure View

Structure View

Getting Started

Clone the Repository

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

Install Dependencies

npm install

Start the Development Server

npm run dev