const query = 'SHOW HANDLERS WHERE type = \βdata\'β; result = await MindsDB.SQL.runQuery(query); console.log(result);
Was this page helpful?