| Crates.io | sqlant |
| lib.rs | sqlant |
| version | 0.8.0 |
| created_at | 2022-08-30 18:58:31.886665+00 |
| updated_at | 2025-11-22 09:48:03.566014+00 |
| description | Generate PlantUML/Mermaid ER diagram textual description from SQL connection string |
| homepage | |
| repository | https://github.com/kurotych/sqlant |
| max_upload_size | |
| id | 655290 |
| size | 109,202 |
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:latest
cargo install sqlant
sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db --legend -e
docker run --network host kurotych/sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db
postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db -o mermaid