X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README;h=47e825ef39a74abc0390022c0da0311846137e7f;hb=01208762a6dbc7ac896fab1038c065dc63132f0a;hp=217477ef378c2e709c2d44476c8d0f0b55e44efd;hpb=d57e2a229dd314166741e8f41aa0f811d568ec3b;p=DBIx-DBSchema.git diff --git a/README b/README index 217477e..47e825e 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ DBIx::DBSchema -Copyright (c) 2000, 2001 Ivan Kohler +Copyright (c) 2000-2007 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC +Copyright (c) 2007-2015 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -9,14 +10,15 @@ the same terms as Perl itself. 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. +it from different process. You can write SQL CREATE statements statements for +different databases from a single source. You can transform one schema to +another, adding any necessary new columns, tables, indices and foreign keys. -Currently supported databases are MySQL and PostgreSQL. Sybase support is -partially implemented. DBIx::DBSchema will attempt to use generic SQL syntax -for other databases. Assistance adding support for other databases is -welcomed. See the DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and -Base Class". +Currently supported databases are MySQL, PostgreSQL, and SQLite. Sybase and +Oracle drivers are partially implemented. DBIx::DBSchema will attempt to use +generic SQL syntax for other databases. Assistance adding support for other +databases is welcomed. See the DBIx::DBSchema::DBD manpage, "Driver Writer's +Guide and Base Class". To install: perl Makefile.PL @@ -27,17 +29,5 @@ To install: Documentation will then be available via `man DBIx::DBSchema' or `perldoc DBIx::DBSchema'. -Anonymous CVS access is available: - $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot" - $ cvs login - (Logging in to anonymous@cleanwhisker.420.am) - CVS password: anonymous - $ cvs checkout DBIx-DBSchema -as well as . - -A mailing list is available. Send a blank message to -. - Homepage: -$Id: README,v 1.7 2002-03-04 12:59:13 ivan Exp $