/db2docx

Data dictionary generator using table information and comment in database

Primary LanguagePython

db2docx

Description

using the database table information and comment to generate a data dictionary.

A data dictionary, or metadata repository, as defined in the IBM Dictionary of Computing, is a "centralized repository of information about data such as meaning, relationships to other data, origin, usage, and format".[1] Oracle defines it as a collection of tables with metadata.

Environment & Tools

Python 3.7, python-docx, pymysql, cx_Oracle, pymssql, chardet,

Support

Mysql, Sqlserver,

Guide

clone project to local

git clone https://github.com/tony-chenjy/db2docx.git

install using python

python setup.py install

step1

run the application & input database information

python Main.py

step2-1

step2-2

result

data_dictionary

Reference

icecooly / Mysql2docx