dbeaver / dbeaver/dbeaver

Create data dictionary functionality

Open
#4,250 8 comments 15 reactions 0 assignees View on GitHub
wait for votes xf:metadata
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 8h
Merged PRs (30d)
188

Description

It would be nice to have a way to auto create data dictionary just as we can choose to create ER diagram.

Something like being able to generate a pdf or so that looks like

```
TABLE_NAME

FIELD_NAME FIELD_TYPE FIELD_LENGTH NULLABLE FK PK COMMENT
```

Something like

```
EMPLOYEE

FIELD_NAME FIELD_TYPE NULLABLE FK PK COMMENT
Id Guid False False True free form comment
FirstName Varchar(20). False False False Employee first name
...
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.