Skip to content

JSON output format for metadata commands #108

@LonwoLonwo

Description

@LonwoLonwo

Connected with #97

We want to add the JSON format for the output for our meta commands: https://dbeaver.com/docs/dbvr/meta/

Example:

dbvr meta table ddl -ds my-datasource-id -sn=public -tn=orders --outputFormat=json
# Ok: {"status": "ok", "table DDL": []}
# Error: {"status": "error", "code": 1, "message": "Connection failed", "details": {...}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions