The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 56:

You forgot a '=back' before '=head1'