tbls

CI-friendly tool to document a database schema automatically

brewmacoslinux
Try with needOr install directly
Source

About

CI-Friendly tool to document a database

Commands

tbls

Examples

Generate documentation for a PostgreSQL database$ tbls doc postgres://user:password@localhost/mydb -o ./docs
Generate ER diagram and documentation for MySQL database$ tbls doc mysql://user:password@localhost:3306/mydb
Lint database schema for documentation completeness$ tbls lint postgres://user:password@localhost/mydb