X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=7076ba57e15f63de4babd1cfabe2443964559e67;hb=8224e2cf559a6ef91ffeebf9c31208726d6378bb;hp=47c4dfd4ff908d20cfc6567a0692a6649fd14e4c;hpb=6f20f0e3def5e18bf08fc7956d2272918d4868bc;p=dbsrgits%2FSQL-Translator.git diff --git a/README b/README index 47c4dfd..7076ba5 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,13 +95,17 @@ 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 + +To read the manual: + + $ perldoc SQL::Translator::Manual COPYRIGHT @@ -136,4 +140,4 @@ mailing lists, etc.: AUTHORS -See the include AUTHORS file. +See the included AUTHORS file.