[][src]Crate sql_db_mapper

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

ThirdParty
Tuples

Constants

VERSION

Functions

format_rust

Calls rustfmt (the program) on the input