kurotych / sqlant

Generate PlantUML/Mermaid ER diagram textual description from SQL connection string
MIT License
22 stars 1 forks source link

Add index support #3

Open kurotych opened 2 years ago

kurotych commented 2 years ago

If columns aren't PK but have Index we can show it. SQL query is ready https://github.com/kurotych/sqlant/blob/main/src/psql_erd_loader.rs#L56