db-descriptor

command
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

db-descriptor analyses a list of schemas in a database and creates a JSON file with information about its tables, views and columns. USAGE:

db-descriptor [global options] command [command options] [arguments...]

COMMANDS:

help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:

--host value, -H value                                   database host (default: "localhost")
--port value, -P value                                   database port (default: 8080)
--user value, -u value                                   database user (default: "admin")
--password value, -p value                               database password (default: "password")
--name value, -n value                                   database name (default: "test")
--schemas value, -s value [ --schemas value, -s value ]  comma separated list of schemas to describe (default: "public")
--dbtype value, --dt value                               specify the database type (default: "postgres")
--output value, -o value                                 JSON output file name the description of the database (default: "output.json")
--help, -h                                               show help

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL