I would like to run some SQL queries in a python script on my LibreELEC box but I can not figure out what library to use.
I tried
Quoteimport MySQLdb
import mysql.connector
I can not seem to find documentation about how to install python module on LibreELEC. I know the OS is read only. Any help would be appreciated.