Database Configuration
Lets get your database running! For this we recommend using sqLite. (mySQL is also supported, however for a lite and easy to manage verison sqLite is advised.)
This is as easy as 1.. 2.. 3..
Install SqLite
Run,
sudo apt update sudo apt install sqlite3 -y
New Database
Run,
sqlite3 activity.db
Now run,
.quit
to exit back to terminal.