Formateador SQL
src/tools/Formateador SQL
SELECT
  *
FROM
  users
WHERE
  id = 1
ORDER BY
  created_at DESC