NAME

Gestinanna::Schema - manage core Gestinanna schema

SYNOPSIS

use Gestinanna::Schema;

Gestinanna::Schema->load_schema(
    name => $database
);

DESCRIPTION

This module provides basic support for the various schema management routines in the various Gestinanna classes.

METHODS

All methods are considered static---that is, there is no Gestinanna::Schema object. This allows sub-classing.

AUTHOR

James G. Smith, <jsmith@cpan.org>

COPYRIGHT

Copyright (C) 2002 Texas A&M University. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.