Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
/ sqlite-viewer Public archive

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

(NOTE) No longer intetsed on rust nor this shit code i have moved it as browser based at https://vwh.github.io/sqlite-viewer/

[ 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