mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
463 B
Plaintext
9 lines
463 B
Plaintext
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 in a different process. Most importantly, DBIx::DBSchema can write SQL
|
|
CREATE statements for different databases from a single source.
|
|
|
|
WWW: https://metacpan.org/release/DBIx-DBSchema
|
|
WWW: http://www.420.am/dbix-dbschema/
|