Packages

A SQL formatter that provides consistent and readable formatting for SQL queries. Built with Rust for performance and integrated with ExUnit for better SQL diff output in tests.

Current section

Files

Jump to
sql_formatter native sqlformatter Cargo.toml
Raw

native/sqlformatter/Cargo.toml

[package]
name = "sqlformatter"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "sqlformatter"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.31.0"
sqlformat = "0.2.3"