sql_wrapper 0.1.6

Generate table Struct and Sql function for table based on sqlx and sql_builder
Documentation
1
2
3
4
5
6
7

pub mod generator;
pub mod field_to_string;

pub mod mysql_generator;

pub mod pg_generator;