Skip to content

SQLite Viewer GUI program written in Rust using Tauri + NextJS

Notifications You must be signed in to change notification settings

TeaByte/sqlite-viewer

Repository files navigation

SQLite Viewer V0.5

[ TODO LIST ]

  • Add Linux and MacOS Builds
  • Handle SQLite with password
  • Sort by column
  • Render performance for big SQLite files
  • Execute SQL command tab
  • Schema Generator
  • Add themes

Features

1- Browse All Your SQLite Tables.

photo

2- Database Structure View.

photo

3- Execute SQL Commands

photo

4- Light and Dark mode

photo


  1. Clone the Repository

    git clone https://github.com/TeaByte/sqlite-viewer.git
    cd sqlite-viewer
  2. Install Dependencies

    npm install
    cargo install tauri-cli
  3. Start Dev Server

    cargo tauri dev