I know accessing el.db directly is discouraged, but in lieau of a script accessible (sh, python) public API, could this for example be dangerous to the integrity of the db as it's read-only?
# sqlite3 el.db "select count(id) from Events where service_id=3;"
I know accessing el.db directly is discouraged, but in lieau of a script accessible (sh, python) public API, could this for example be dangerous to the integrity of the db as it's read-only?
# sqlite3 el.db "select count(id) from Events where service_id=3;"
to get an sms count?