Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/edgardleal/datadictionarygenerator
- Owner: edgardleal
- License: mit
- Created: 2016-12-28T16:15:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T13:01:09.000Z (almost 10 years ago)
- Last Synced: 2023-04-08T10:56:16.831Z (over 1 year ago)
- Language: SQLPL
- Homepage: http://www.joaofelipe.com/
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'