perl-DBIx-DBSchema - Database-independent schema objects

Description:

DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and
represent a database schema.

This module implements an OO-interface to database schemas. Using this module,
you can create a database schema with an OO Perl interface. You can read the
schema from an existing database. You can save the schema to disk and restore
it a different process. Most importantly, DBIx::DBSchema can write SQL CREATE
statements statements for different databases from a single source.

Currently supported databases are MySQL and PostgreSQL.

Homepage: http://search.cpan.org/dist/DBIx-DBSchema/

License: GPL+ or Artistic

Vendor: Fedora Project

Packages

perl-DBIx-DBSchema-0.34-1.fc8.noarch [67 KiB] Changelog by Ralf Corsépius (2007-09-06):
- Upstream update.
- Update license tag.