sql_reverse 0.1.21

Generate the multiple programming languages structure based on the MySQL/PostgresSQL table structure
1
2
3
4
5
6
7
pub mod clickhouse_impl;
pub mod common;
pub mod export;
pub mod gen_struct;
pub mod mysql_impl;
pub mod postgres_impl;
pub mod sqlite_impl;