Paketname | libdbix-dbschema-perl |
Beschreibung | Database-independent schema objects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.39-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 248 Byte |
Hängt ab von | perl, libdbi-perl, libfreezethaw-perl |
Empfohlene Pakete | |
Paketbetreuer | Ivan Kohler |
Quelle | |
Paketgröße | 69674 Byte |
Prüfsumme MD5 | 979f63c41681b5f4595993bf0e87b134 |
Prüfsumme SHA1 | fd9dfcf7db641d8ff3d79d22e5a871f1ba053eb8 |
Prüfsumme SHA256 | da6af4c196a2fa44fc375f400249fc7fc668bdf1c09674d8b29a68e16cf53ba4 |
Link zum Herunterladen | libdbix-dbschema-perl_0.39-1_all.deb |
Ausführliche Beschreibung | 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 from a different process. Most importantly, DBIx::DBSchema
can write SQL CREATE statements for different databases from a single source.
.
Currently supported databases are MySQL, PostgreSQL, Oracle, Sybase and SQLite.
DBIx::DBSchema will attempt to use generic SQL syntax for other databases.
Assistance adding support for other databases is welcomed. See the
DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and Base Class".
|