Alzabo::Runtime::Schema Perl module that contains schema objects.
SYNOPSIS
use Alzabo::Runtime::Schema qw(some_schema);
my $schema = Alzabo::Runtime::Schema->load_from_file( name => 'foo' );
$schema->set_user( $username );
$schema->set_password( $password );
$schema->connect;
Objects in this class represent schemas, and can be used to retrieve data from that schema.
This object can only be loaded from a file. The file is created whenever a corresponding Alzabo::Create::Schema object is saved.
Product's homepage
Requirements:
· Perl
What's New in This Release: [ read full changelog ]
· Reverse engineering with MySQL broke when the tables were returned _without_ the schema name.
· Enable subselects for MySQL, though there's still no good API for subselects. - Pass any unknown command line options through to Module::Build, for example things like "--install-base". Reported by Lars Dieckow. RT Ticket #28410.
· Fix a possible bug in Alzabo::Config::available_schemas. Reported by Otto Hirr. RT Ticket #28312