Help for this page

Select Code to Download


  1. or download this
    my $schema = Alzabo::Create::Schema->reverse_engineer(
        name => ...,
        rdbms => "PostgreSQL",
    ...
        password= > ...
    );
    $schema->save_to_file; # I forget how the save directory is configured