achiku / planter

Generate PlantUML ER diagram textual description from PostgreSQL tables
MIT License
546 stars 53 forks source link

won't work without foreign key #28

Closed biexiang closed 10 months ago

biexiang commented 1 year ago

like the title said, if i don't use foreign key, this tool won't work, is there any idea we can make this work without foreign key

achiku commented 10 months ago

It will be difficult to draw relationships b/w tables without FKs, since this tool depends purely on schema definition information. However, it's always possible to draw a diagram by yourself without using table definitions if that's the thing you want :)