banshee_format 0.2.1

PostgreSQL SQL formatter with sqlstyle and pgFormatter engines.
Documentation
1
2
3
4
5
6
7
---
source: crates/banshee_format/tests/snapshots.rs
expression: formatted
---
SELECT *
FROM users
WHERE id = ANY(ARRAY[1, 2, 3])