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§

Indent
QueryParams

Functions§

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