1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/databases/p5-DBIx-DBSchema/pkg-descr
Norikatsu Shigemura f5d155859d Add p5-DBIx-DBSchema 0.21, an OO-interface to database schemas.
PR:		38013
Submitted by:	Peter Avalos <pavalos@theshell.com>
2002-11-22 19:57:43 +00:00

8 lines
415 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: http://www.420.am/dbix-dbschema/