Crate sqlformat

Crate sqlformat 

Source
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§

FormatOptions
Options for controlling how the library formats SQL

Enums§

Dialect
The SQL dialect to use. This affects parsing of special characters.
Indent
QueryParams

Functions§

format
Formats whitespace in a SQL string to make it easier to read. Optionally replaces parameter placeholders with params.