Generate PlantUML/Mermaid ER diagram textual description from SQL connection string
Inspired by planter
Download the binary file from releases page
The Docker image contains the sqlant binary and serves as a wrapper for executing it.
link
docker pull kurotych/sqlant:latestcargo install sqlantsqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db --legend -edocker run --network host kurotych/sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db -o mermaid
