table of contents
other versions
DBAEXPORT(1) | User Commands | DBAEXPORT(1) |
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:¶
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
January 2023 | dbaexport 9.4 |