Subject: CVS commit: pkgsrc/databases/p5-DBIx-DBSchema
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/24/2005 18:45:43
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 24 18:45:43 UTC 2005
Modified Files:
pkgsrc/databases/p5-DBIx-DBSchema: DESCR
Log Message:
Fix DESCR, it really should say:
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 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 and
Sybase. DBIx::DBSchema will attempt to use generic SQL syntax for
other databases. Assistance adding support for other databases is
welcomed.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/p5-DBIx-DBSchema/DESCR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.