Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.18 KB

sqlite3-terminal

a simple terminal for sqlite3

Prerequisites

Python 3.x.x and sqlite3 , python emulator with library support(for android eg.Pydroid3)

pip install db-sqlite3

or

python -m pip install db-sqlite3

Usage

Start by entering your database name(WARNING! do not include .db extention)

img_1

Then you can enter the first line of your query

img_2

Hit enter and input the whole query

img_4

Finish the query with ";" symbol

img_5

Installation(for Android)

  1. Install Pydroid3.
  2. From the navigation menu, go to pip.
  3. Uncheck prebuilt libraries.
  4. search for db-sqlite3 and install it.
  5. Now copy the code of dev-sqlite3_terminal.py to the Pydroid editor.
  6. Run the program and then follow the Usage section for further Processions.