Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 916 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 916 Bytes

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