banshee_format 0.2.3

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
---
INSERT INTO users (id,name,email)
     VALUES (1,'Alice','alice@example.com'),
            (2,'Bob','bob@example.com')