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
mod clickhouse;
pub mod kit;
mod mysql;
mod postgres;
pub mod render;
mod sqlite;
pub mod template_type;