banshee_format 0.2.2

PostgreSQL SQL formatter with sqlstyle and pgFormatter engines.
Documentation
1
2
3
4
5
6
---
source: crates/banshee_format/tests/snapshots.rs
expression: formatted
---
SELECT id, name, row_number() OVER (PARTITION BY department ORDER BY salary DESC) AS rank
  FROM employees