sql_db_creator 0.2.5

Generate sql databases by only configure the data of the databases in json files
Documentation
1
2
3
4
5
mod paths;
mod strings;

pub use paths::sub_paths;
pub use strings::{ get_last_of_split, get_first_of_split, reduce_str };