MindsDB
Open Source Product Docs
const query = 'SHOW HANDLERS WHERE type = \‘data\'’; result = await MindsDB.SQL.runQuery(query); console.log(result);
Was this page helpful?