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..
Run,
sudo apt update sudo apt install sqlite3 -y
sqlite3 activity.db
Now run, .quit to exit back to terminal.
.quit