Provided by: dballe_9.3-2_amd64 bug

NAME

       dbaexport - export data from DB-All.e

DESCRIPTION

       usage: dbaexport [-h] [--verbose] [--url url] [--user name] [--pass password]

              [--outfile file] {csv,gnur,bufr,crex} ...

       Export data from a DB-All.e database.

   positional arguments:
       {csv,gnur,bufr,crex}
              output formats

       csv    export data as CSV

       gnur   export data as GNU R workspace

       bufr   export data as BUFR

       crex   export data as CREX

   options:
       -h, --help
              show this help message and exit

       --verbose
              verbose output

       --url url, --dsn url
              URL-like  database  definition, to use for connecting to the DB-All.e database (can
              also be specified in the environment as DBA_DB)

       --user name
              username to use for connecting to the DB-All.e database

       --pass password
              password to use for connecting to the DB-All.e database

       --outfile file, -o file
              output file. Default is standard output, if supported