Skip to content

the-dg04/sqlite3-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

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.

About

a simple terminal for sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages