21 releases

new 0.3.5 Jan 13, 2025
0.3.3 Dec 11, 2024
0.3.2 Nov 22, 2024
0.2.4 Jun 12, 2024
0.1.0 Apr 18, 2020

#14 in Development tools

Download history 404433/week @ 2024-09-25 412476/week @ 2024-10-02 413090/week @ 2024-10-09 439180/week @ 2024-10-16 464916/week @ 2024-10-23 442861/week @ 2024-10-30 437767/week @ 2024-11-06 460086/week @ 2024-11-13 451585/week @ 2024-11-20 333235/week @ 2024-11-27 400739/week @ 2024-12-04 462156/week @ 2024-12-11 314489/week @ 2024-12-18 156484/week @ 2024-12-25 302759/week @ 2025-01-01 322842/week @ 2025-01-08

1,179,231 downloads per month
Used in 983 crates (33 directly)

MIT/Apache

120KB
3.5K SLoC

sqlformat

Build Status unsafe forbidden Version Docs

This crate is a port of 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.


lib.rs:

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.

Dependencies

~1.5MB
~23K SLoC