My project for SQLite3-Shell
is going to be discontinued, that's why i havent updated it for a year. But you can still use my shell and modify it when you download it at any time if you want
An SQLite3 Shell made in Python, By Me!
The Shell is available for both platforms, You can use it anywhere to modify your databases and use the commands!
Python Version: Python 3+
OS: Windows (Available), Linux (Available)
First wait for 2 seconds to load, once done, you should be able to be waiting for an input like this:
Here you input the first filename, dont inlcude .db
, and i dont recommend creating or loading a blank database!
For example:
we have a folder of files like this
sqlite3-shell-windows.py
test.db
now lets load our test database to do commands
so we input the filename of database:
Welcome, please input your first database you wanna load or start creating it .-----------------------------------------------------------------------------
filename of db>test
then we should have a message saying "Database loaded!" and ready to run sqlite commands!
use help
during the active session if you want to see the core commands