rust-sql-organizer 1.0.0

This is a simple rust CLI tool to organize .sql files. This is a useful tool for my work, but I decided to share it as a project example
Documentation
1
2
3
4
5
pub mod file_combiner;
pub mod file_formatter;
pub mod searcher;
pub mod sorter;
pub mod sql_file;