Help for this page

Select Code to Download


  1. or download this
        my $schema = <YourSchemaLocation>::Schema->connect(
            "DBI:mysql:database=<DatabaseName>;host=localhost",
    ...
        ) ;
        # In case you want debugging
        # $schema->storage->debug( 1 ) ;