Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edgardleal/datadictionarygenerator

SQL Script to create a HTML Data Dictionary from a database.
https://github.com/edgardleal/datadictionarygenerator

Last synced: 1 day ago
JSON representation

SQL Script to create a HTML Data Dictionary from a database.

Awesome Lists containing this project

README

        

# DataDictionaryGenerator

### EN
SQL Script to create a HTML Data Dictionary from a database.
The script uses metadata information to define and create the contents of the dictionary.

##### Execute SP
EXEC GerarDicionario 'PROJECT_NAME', 'LOGO_URL', 'COMPANY_NAME'

### PT-BR
Script SQL para criar um dicionário de dados HTML a partir de um banco de dados.
O script usa informações de metadados para definir e criar o conteúdo do dicionário.

##### Executar SP
EXEC GerarDicionario 'NOME_DO_PROJETO', 'URL_DO_LOGO', 'NOME_DA_EMPRESA'