Expand description
Connects to a PostgreSQL database and creates a rust module representing all the schemas complete with mappings for stored functions/procedures
Modules§
- ast_convert 
- Turn the AST of the database from sql_tree into a Rust syntax tree fron syn
- connection
Structs§
- Opt
- The program options for the code generation
Enums§
Constants§
Functions§
- format_rust 
- Calls rustfmt (the program) on the input