CI-Friendly tool for documenting a database, written in Go
tbls documents a database automatically in Github-flavored Markdown, and can output the schema in Markdown, DOT, PlantUML, SVG/PNG/JPG, JSON, YAML, and more. It supports many database types and is CI-friendly.
tbls documents a database automatically in Github-flavored Markdown, and can output the schema in Markdown, DOT, PlantUML, SVG/PNG/JPG, JSON, YAML, and more. It supports many database types and is CI-friendly.
To install tbls, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tbls
To see what files were installed by tbls, run:
port contents tbls
To later upgrade tbls, run:
sudo port selfupdate && sudo port upgrade tbls
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.