https://github.com/gsdenys/pdgen
The Automatic Data Dictionary Generation for DBMS
https://github.com/gsdenys/pdgen
client command-line data data-dictionary dbms
Last synced: 4 months ago
JSON representation
The Automatic Data Dictionary Generation for DBMS
- Host: GitHub
- URL: https://github.com/gsdenys/pdgen
- Owner: gsdenys
- License: apache-2.0
- Created: 2022-11-12T03:42:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T18:57:48.000Z (over 1 year ago)
- Last Synced: 2025-01-22T19:41:58.328Z (over 1 year ago)
- Topics: client, command-line, data, data-dictionary, dbms
- Language: Go
- Homepage: https://gsdenys.github.io/pdgen
- Size: 571 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDGEN - Data Dictionary Generator
[](https://github.com/gsdenys/pdgen/actions/workflows/main.yml) [](https://sonarcloud.io/summary/new_code?id=gsdenys_pdgen) [](https://sonarcloud.io/summary/new_code?id=gsdenys_pdgen) [](https://sonarcloud.io/summary/new_code?id=gsdenys_pdgen) [](https://GitHub.com/gsdenys/pdgen/releases/) [](https://opensource.org/licenses/Apache-2.0)
This software has as objective to resolve the problem of maintain the data dictionary actualized when work in agile project that use the migrations to create, update or delete tables, views and schemas.
> :pencil2: _Before start use this software is strongly recommended to have a well documented database, that are comments for all elements like columns, tables, views, schemas and database._
Basically this is an automatic data dictionary generator that use the informations present at the database to export well organized documents. Actually the output formats are:
* __Console:__ This is de default one that outputs directly over the operation system stdout;
* __TXT:__ Generate a TXT file containing the organized information;
* __HTML:__ Generate an HTML file containing the organized information;
* __Markdown (MD):__ Generate a MD file containing the organized information;
* **_DOCX:_** :construction_worker: _Previewed at version 2.0.0_ :construction:
The output can be done by now in the follow languages:
* __en:__ _English (default alias for en-US);_
* __en-US:__ _American english;_
* __fr:__ _French (default alias for fr-CA);_
* __fr-CA:__ _Canadian French;_
* __pt:__ _Portuguese (default alias for pt-BR);_
* __pt-BR:__ _Brazilian portuguese._
The Install and Usage documentation are disponible at: [PDGEN Home Page](https://gsdenys.github.io/pdgen)