sqlformater 1.0.11

A CLI designed to **automatically format SQL scripts**.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sqlformater"
version = "1.0.11"
edition = "2024"
description = "A CLI designed to **automatically format SQL scripts**."
repository = "https://github.com/LugolBis/sqlformater"
keywords = ["cli", "sql"]
categories = ["command-line-interface", "command-line-utilities"]
license = "GPL-3.0-or-later"
authors = ["LugolBis"]
readme = "README.md"

[dependencies]
mylog = "0.1.4"
rayon = "1.10.0"
serde = { version = "1.0.142", features = ["derive"] }
serde_json = "1.0.142"
sqlparser = "0.58.0"