postgres-syntax 0.3.0

Compile-time syntax checking of PostgreSQL queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
tab_spaces = 2
use_field_init_shorthand = true
use_try_shorthand = true
control_brace_style = "ClosingNextLine"
condense_wildcard_suffixes = true
match_block_trailing_comma = true
imports_granularity = "Crate"
newline_style = "Unix"
reorder_impl_items = true
group_imports = "StdExternalCrate"
report_fixme = "Unnumbered"
report_todo = "Unnumbered"
version = "Two"