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