| Crates.io | sqlant |
| lib.rs | sqlant |
| version | 0.6.0 |
| created_at | 2022-08-30 18:58:31.886665+00 |
| updated_at | 2025-05-17 10:49:39.301687+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 | 103,629 |
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