pub async fn exec_query(query: String) -> Result<JsValue, JsValue>
Executes an SQL query, assuming the SQLite DB worker is initialized. If not, this function will return an Error.
Error