banshee_format 0.2.3

PostgreSQL SQL formatter with sqlstyle and pgFormatter engines.
Documentation
1
2
3
4
5
6
7
8
9
---
source: crates/banshee_format/tests/pgformat_ddl.rs
expression: out
---
CREATE TABLE t (
    id BIGINT PRIMARY KEY,
    name VARCHAR(255),
    CONSTRAINT u UNIQUE (name)
)