summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DBSchema/DESCR
blob: 6150aa4de7cb0d7a2ee5e273eeb4eb703bdb646e (plain)
1
2
3
4
5
6
7
8
9
10
11
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.