Paketname | libdbix-dbschema-perl |
Beschreibung | Database-independent schema objects |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.36-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 240 Byte |
Hängt ab von | libdbi-perl, libfreezethaw-perl, perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 67374 Byte |
Prüfsumme MD5 | 71b24ced801fcf973d56493c24cb5fd2 |
Prüfsumme SHA1 | 468e19d37a4a3a5457db57a6c49e5bf1ea9d5bfb |
Prüfsumme SHA256 | 463072d191b0af7b06034844b0797cf886ca49d662870f514ca7d3a9e05405a2 |
Link zum Herunterladen | libdbix-dbschema-perl_0.36-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".
|