rdm-drop
Database Drop Utility
Synopsis
rdm-drop [OPTIONS]... db-uri
Description
rdm-drop is a command-line utility to drop a RaimaDB database.
Options
Short options can be combined into one string starting with a single '-'. Mandatory arguments to long options are mandatory for short options too. Long option arguments can also be specified in a separate argument.
| -h, --help | Display this usage information | 
| --version | Display the version information | 
| -q, --quiet | Quiet mode. No information will be displayed | 
| --key=key | Specify the encryption keyfor the database ([algorithm:]passcode). The valid algorithms arexor,aes128,aes192andaes256. The AES algorithms are only available for packages that have strong encryption support. If an algorithm is not specified, the default isaes128for strong encryption packages andxorotherwise. | 
| --docroot=path | Document root to use instead of the current working directory. The environment variable RDM_DOCROOT can also be used. (See Document Root (docroot)) | 
| --log-level=level | Set the log level (' --log-level=all', '--log-level=error', '--log-level=warning', '--log-level=info', '--log-level=mesg', or a number (5-99)) - the default is '99') | 
| --err-level=level | Set the error level (all, error, warning, info, mesg,or a number (5-99)) - the default is info) | 
| --use-ssl | Use SSL for remote connections | 
| -f, --force | Overwrite an existing destination database | 
| db-uri | An RDM database name or URI. See Database Identifier (db-uri) for more information. | 
Comments
Specifying a database name will by default open the database in the current working directory. However, specifying a database URI will open the database on a remote TFServer. Examples of database name or URIs:
'MY_DB', 'tfs-tcp://localhost:21553/MY_DB', 'tfs-shm://MY_TFS/MY_DB'.