gsdenys / pdgen

The Automatic Data Dictionary Generation for DBMS

Home Page:https://gsdenys.github.io/pdgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDGEN - Data Dictionary Generator

Build Coverage Vulnerabilities Code Smells GitHub release License

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.

✏️   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: 👷 Previewed at version 2.0.0 🚧

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

About

The Automatic Data Dictionary Generation for DBMS

https://gsdenys.github.io/pdgen

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Dockerfile 0.6%