Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-DBIx-DBSchema - Database-independent schema objects
        
        - 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. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | perl-DBIx-DBSchema | 0.31 | 1.fc4 | noarch | 98 KiB | Fri Apr 21 23:20:31 2006 | 
        
        Changelog
        
            - * Sat Apr 22 18:00:00 2006 Ralf Corsépius <rc040203{%}freenet{*}de> - 0.31-1
- - Upstream update. 
            - * Sun Feb 19 17:00:00 2006 Ralf Corsépius <rc040203{%}freenet{*}de> - 0.30-1
- - Upstream update. 
            - * Wed Dec 21 17:00:00 2005 Ralf Corsépius <rc040203{%}freenet{*}de> - 0.28-2
- - Apply work around to CPAN incompatibility (PR #175468, J.V. Dias).