X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=44df47c5b8d72e568f6fd4d82b147400a828c344;hb=935800450f88b0500c4fa7c3b174cd22b5f9eb56;hp=47c4dfd4ff908d20cfc6567a0692a6649fd14e4c;hpb=6f20f0e3def5e18bf08fc7956d2272918d4868bc;p=dbsrgits%2FSQL-Translator.git diff --git a/README b/README index 47c4dfd..44df47c 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ MySQL-to-Oracle), visualizations of schemas (pseudo-ER diagrams GraphViz or GD), automatic code generation (using Class::DBI), converting non-RDBMS files to SQL schemas (xSV text files, Excel spreadsheets), serializing parsed schemas (via Storable, YAML and -XML), creating documentation (HTML and POD), and more. New to version -0.03 is the ability to talk directly to a database through DBI to +XML), creating documentation (HTML and POD), and more. We also +have the ability to talk directly to a database through DBI to query for the structures of several databases. Through the separation of the code into parsers and producers with an @@ -18,7 +18,7 @@ parsed data via the built-in object model. Presently only the definition parts of SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT, UPDATE, DELETE). -As of version 0.05, parsers exist for the following: +As of version 0.06, parsers exist for the following: Databases: MySQL @@ -95,15 +95,33 @@ manipulate the SQL::Translator::Schema objects. INSTALLATION -The regular method: + $ perl Build.PL + $ ./Build + $ ./Build test + $ su + # ./Build install - $ perl Makefile.PL - $ make - $ make test - $ su - - # make install +MANUAL -COPYRIGHT +To read the manual: + + $ perldoc SQL::Translator::Manual + +BUGS + +Please use http://rt.cpan.org/ for reporting bugs. + +PRAISE + +If you find this module useful, please use +"http://cpanratings.perl.org/rate/?distribution=SQL-Translator" to rate it. + +CONTRIBUTORS, COPYRIGHT and LICENSE + +For a full list of contributors and copyright holders, see the AUTHORS list +in the main POD: + + perldoc SQL::Translator This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -118,22 +136,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -BUGS - -Please use http://rt.cpan.org/ for reporting bugs. - -PRAISE - -If you find this module useful, please use -"http://cpanratings.perl.org/rate/?distribution=SQL-Translator" to rate it. - SEE ALSO Check out the SQLFairy homepage at Sourceforge for more information, mailing lists, etc.: http://sqlfairy.sourceforge.net/ - -AUTHORS - -See the include AUTHORS file.