Sqlite3 CLI

Hi,
I’d like to be able to manipulate some HA data automatically by adding cronjobs. But I need to be able to run sqlite3 commands and unfortunately it does’nt seem to be installed natively:

~ $ sqlite3 /config/home-assistant_v2.db
-bash: sqlite3: command not found

Did I miss something??
Thanks