SQL minifier
This crate provides a simple SQL minifier. It removes comments and unnecessary whitespaces from SQL files.
Installation
Add the following to your Cargo.toml
file:
[]
= "0.1.1"
or use the following command:
Usage
use *;
minify_sql_files!;