Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08a4202 · Jul 2, 2024

History

26 Commits
Sep 28, 2023
Oct 10, 2023
Oct 9, 2023
Sep 27, 2023
Sep 29, 2023
Jul 2, 2024
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Sep 27, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023

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