MindsDB
Open Source Product Docs
runQuery()
const query = `SELECT * FROM datasource_name (<native query here>)`; const queryResult = await MindsDB.SQL.runQuery(query);
Was this page helpful?