Expand description
This crate is a port of https://github.com/kufii/sql-formatter-plus written in Rust. It is intended to be usable as a pure-Rust library for formatting SQL queries.
Structs§
- Options for controlling how the library formats SQL
Enums§
Functions§
- Formats whitespace in a SQL string to make it easier to read. Optionally replaces parameter placeholders with
params
.