Andrew Maltsev > XAO-FS-1.06 > xao-fs

Download:
XAO-FS-1.06.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

xao-fs - XAO::FS database tool

SYNOPSIS ^

xao-fs --dsn=OS:MySQL_DBI:testdb [options] command [arguments]

 Options:

   --dsn        - OS DSN string
   -s

   --user       - database user name (optional)
   -u

   --password   - database user password (optional)
   -p

   --help       - show more details

 Commands:

   drop URI ... - cleans content of the given URI

   init         - completely destroys current content and
                  create empty database.

DESCRIPTION ^

Commands are:

drop URI URI ...

Recursively drops content of the given URIs. Be careful - you can irrevocably drop huge lists instantly without any questions asked.

Example:

 xao-fs --dsn=DBI:mysql:testdb -u user -p pass drop /People/jsilver
init

Completely destroys entire content of the given database and initializes minimal database in its place. Use with extreme care!

Example:

 xao-fs --dsn=DBI:mysql:testdb -u user -p pass init

AUTHOR ^

Copyright (c) 2001 XAO Inc.

Andrew Maltsev <am@xao.com>