X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=6e256fdccaf6943603f137c6a580e9dc7f295149;hb=5ab9f4fd1016bb7e8de887f91bb8ef4f450cd508;hp=381d4f1b6f89e5bc7315803a3aea0591b214a0c8;hpb=a9dcf25b0a681a8d002154182637174068dbb328;p=dbsrgits%2FSQL-Translator.git diff --git a/README b/README index 381d4f1..6e256fd 100644 --- a/README +++ b/README @@ -18,14 +18,14 @@ 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.03, parsers exist for the following: +As of version 0.05, parsers exist for the following: Databases: MySQL Oracle PostgreSQL - Sybase SQLite + Sybase DBI-MySQL DBI-PostgreSQL @@ -36,7 +36,7 @@ As of version 0.03, parsers exist for the following: xSV : arbitrarily delimited text files Excel : Microsoft Excel spreadsheets XML-SQLFairy : SQLFairy's XML format - YAML/Storable: Serialization of schema objects + YAML/Storable: Serialized schema objects And the following producers exist: @@ -68,11 +68,12 @@ Included in this distribution are a few scripts designed to be user interfaces for the actual SQL::Translator modules. In the "bin" directory, you will find: -* sqlt-diagram -* sqlt-graph -* sqlt-dumper -* sqlt -* sqlt.cgi +* sqlt-diagram: interface to Diagram producer +* sqlt-diff : diff two schemas to generate schema mutation file +* sqlt-graph : interface to GraphViz producer +* sqlt-dumper : create a data dumper script from a schema +* sqlt : command-line interface for text-to-text translations +* sqlt.cgi : CGI interface for all SQLFairy functions All scripts not ending in ".cgi" are meant to be run from the command line with various switches to control the input and output of the @@ -99,7 +100,7 @@ The regular method: $ perl Makefile.PL $ make $ make test - $ su - + $ su # make install COPYRIGHT