RustPoint 工具集合

SQL 格式化

对 SQL 关键字换行和缩进,方便阅读查询语句。

返回工具集合
select id,
  name 
from users 
where active = 1 
order by created_at desc