Crates.io | sqlformat |
lib.rs | sqlformat |
version | |
source | src |
created_at | 2020-04-18 23:00:30.535387 |
updated_at | 2024-12-11 12:55:59.065471 |
description | Formats whitespace in a SQL string to make it easier to read |
homepage | https://github.com/shssoichiro/sqlformat-rs |
repository | https://github.com/shssoichiro/sqlformat-rs |
max_upload_size | |
id | 231701 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
There is currently no binary interface.
This crate was written for formatting queries to logs
within sqlx
, but it may be useful to other crates
in the Rust ecosystem.