From: Caleb Cushing Date: Thu, 9 Jun 2011 21:07:20 +0000 (-0500) Subject: document dumping a remote host X-Git-Tag: 0.07011~79 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb40e254f05cde1286ef0f38e153c666dc3586f1;p=dbsrgits%2FDBIx-Class-Schema-Loader.git document dumping a remote host Signed-off-by: Caleb Cushing --- diff --git a/script/dbicdump b/script/dbicdump index a148136..b51f0b8 100644 --- a/script/dbicdump +++ b/script/dbicdump @@ -19,6 +19,10 @@ Examples: -o preserve_case=1 \ MyApp::Schema dbi:mysql:database=foo user pass '{ quote_char => "`" }' + $ dbicdump -o dump_directory=./lib \ + -o components='["InflateColumn::DateTime"]' \ + MyApp::Schema 'dbi:mysql:database=foo;host=domain.tld;port=3306' user pass + On Windows that would be: $ dbicdump -o dump_directory=.\lib ^