my $schema = ::Schema->connect( "DBI:mysql:database=;host=localhost", "", "", { 'RaiseError' => 1, 'quote_char' => '`', # Needed in case you use reserved symbols such as: 'group' is a reserved symbol 'name_sep' => '.' } ) ; # In case you want debugging # $schema->storage->debug( 1 ) ;