Option to disable the charging of the setup fee while a package is suspended.
[freeside.git] / install / 5.005 / DBIx-DBSchema-0.23-5.005kludge / README
1 DBIx::DBSchema
2
3 Copyright (c) 2000-2002 Ivan Kohler
4 Copyright (c) 2000 Mail Abuse Prevention System LLC
5 All rights reserved.
6 This program is free software; you can redistribute it and/or modify it under
7 the same terms as Perl itself.
8
9 This module implements an OO-interface to database schemas.  Using this module,
10 you can create a database schema with an OO Perl interface.  You can read the
11 schema from an existing database.  You can save the schema to disk and restore
12 it from different process.  Most importantly, DBIx::DBSchema can write SQL
13 CREATE statements for different databases from a single source.
14
15 Currently supported databases are MySQL, PostgreSQL and Sybase.
16 DBIx::DBSchema will attempt to use generic SQL syntax for other databases.
17 Assistance adding support for other databases is welcomed.  See the
18 DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and Base Class".
19
20 To install:
21         perl Makefile.PL
22         make
23         make test # nothing substantial yet
24         make install
25
26 Documentation will then be available via `man DBIx::DBSchema' or
27 `perldoc DBIx::DBSchema'.
28
29 Anonymous CVS access is available:
30   $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot"
31   $ cvs login
32   (Logging in to anonymous@cleanwhisker.420.am)
33   CVS password: anonymous
34   $ cvs checkout DBIx-DBSchema
35 as well as <http://www.420.am/cgi-bin/cvsweb/DBIx-DBSchema>.
36
37 A mailing list is available.  Send a blank message to
38 <ivan-dbix-dbschema-users-subscribe@420.am>.
39
40 Homepage: <http://www.420.am/dbix-dbschema>
41
42 $Id: README,v 1.1 2004-04-29 09:21:27 ivan Exp $