package Alzabo; use Alzabo::Exceptions; use Alzabo::Column; use Alzabo::ColumnDefinition; use Alzabo::ForeignKey; use Alzabo::Index; use Alzabo::Schema; use Alzabo::Table; use Alzabo::Config; use Alzabo::Debug; use vars qw($VERSION); use 5.006; $VERSION = '0.91'; $VERSION = eval $VERSION; 1; __END__ =head1 NAME Alzabo - A data modelling tool and RDBMS-OO mapper =head1 SYNOPSIS Cannot be summarized here. =head1 DESCRIPTION =head2 What is Alzabo? Alzabo is a suite of modules with two core functions. Its first use is as a data modelling tool. Through either a schema creation GUI, a perl program, or reverse engineering, you can create a set objects to represent a schema. Its second function is as an RDBMS to object mapping system. Once you have created a schema, you can use the L|Alzabo::Runtime::Table> and L|Alzabo::Runtime::Row> classes to access its data. These classes offer a high level interface to common operations such as SQL C