a simple terminal for sqlite3
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
Start by entering your database name(WARNING! do not include .db extention)
Then you can enter the first line of your query
Hit enter and input the whole query
Finish the query with ";" symbol
- Install Pydroid3.
- From the navigation menu, go to pip.
- Uncheck prebuilt libraries.
- search for
db-sqlite3
and install it. - Now copy the code of
dev-sqlite3_terminal.py
to the Pydroid editor. - Run the program and then follow the Usage section for further Processions.