const query = 'SHOW FULL DATABASES WHERE type = \βdata\β'; result = await MindsDB.SQL.runQuery(query); console.log(result);