# sqlant
Generate PlantUML ER diagram textual description from SQL connection string
**Inspired by [planter](https://github.com/achiku/planter)**
##### **Currently, supports only PostgreSQL NoTls connection**
## Why created
I like the [idea of planter](https://github.com/achiku/planter#why-created) and I use it in
internal confluence documentation with PlantUML plugin for my projects.
But I want to make it better
## Installation
```bash
cargo install sqlant
```
## Usage
```bash
sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db
```
