pgdb_to_struct 0.1.3

A Rust CLI application to generate Rust struct files from PostgreSQL database tables.
1
2
3
4
5
6
7
8
db_host: 127.0.0.1
db_port: 5435
db_name: sample_db
db_user: postgres
db_password: sample@123
db_schema: public
tables: customer, product
use_serde: true