Mysql

pkg update && pkg upgrade pkg install sqlite

sqlite3

sqlite3 name.db

Creates name.db file

pip install mycli

Exit by Ctrl+c twice