Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

kararasenok-gd/sqlite-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5698e92 · Sep 8, 2024

History

13 Commits
Feb 13, 2024
Feb 16, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Feb 13, 2024

Repository files navigation

Logo

GitHub forks MIT License

SQLite Explorer

Simple Python SQLite explorer with tables

Install

Windows

  1. Download ZIP
  2. Unpack it
  3. Open install.bat

Termux

apt update && apt upgrade && apt install git python && git clone https://github.com/kararasenok-gd/sqlite-explorer && cd sqlite-explorer && chmod +x install.sh && ./install.sh

if updated and everything is installed:

git clone https://github.com/kararasenok-gd/sqlite-explorer && cd sqlite-explorer && chmod +x install.sh && ./install.sh

Authors