Excute uma consulta bruta

const rawData = await manager.query(`SELECT * FROM USERS`);
Fancy Ferret