runQuery()
const query = `SELECT * FROM table_name`; const queryResult = await MindsDB.SQL.runQuery(query);