exec_query

Function exec_query 

Source
pub async fn exec_query(query: String) -> Result<JsValue, JsValue>
Expand description

Executes an SQL query, assuming the SQLite DB worker is initialized. If not, this function will return an Error.