runQuery()
const query = `SELECT * FROM datasource_name (<native query here>)`; const queryResult = await MindsDB.SQL.runQuery(query);