Function rorm::print_models

source ·
pub fn print_models() -> Result<(), String>
Expand description

Prints all models in the Intermediate Model Representation to stdout. This should be used as a main function to produce the file for the migrator.

See also rorm_main