Recommend this page to a friend! |
Classes of Stefan Kientzler | PHP MySQL Info to MD | readme.md | Download |
|
DownloadGenerating report for a given MySQL database as MD-FilesOverviewThis class can generate a complete documentation of a MySQL database in Markdown format. In the MD format the documentation can be made available for everyone who is involved in an project containing a MySQL database. There are various scenarios: - The easies way is just make the files accessible at the filesystem/fileserver - More comfortable can be a webbased publication as part of an intra- or extranet since the MD format is wide supported - Or you can integrate it into other proprietaire layers (i.e. wikis, documentation systems, ...) The report contains 1. An overview file with links to datail files for - tables - views - procedures - functions - trigger 2. Details for tables and views - all fields with datatype and keydefinition, nullable, defaultvalue - defined triggers - defined constraints
Usage
> Note: > Since the Markdown renderer that is used at phpClasses.org do not support MD > tables, you will not get a satisfactory display if you look at the example directly > in the source view window here in the package. Supported typesThe report can be generated for
- recommended browser add-onsA very good display quality you get e.g. with the browser add-on *'Markdown Viewer'* (from somiv) that is available for most major browsers: firefoxhttps://addons.mozilla.org/de/firefox/addon/markdown-viewer-chrome/ chromehttps://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk?hl=de or visit on githubhttps://github.com/simov/markdown-viewer |