tbls icon indicating copy to clipboard operation
tbls copied to clipboard

unflatten support for databases with many tables

Open YauhenPylAurea opened this issue 2 years ago • 2 comments

Hello, There is an issue with having a lot of tables layout horizontally. And it seems it will be better to layout them vertically. Example: image There is a tool within graphviz to unflatten graphs to improve layout aspect ratio. It seems that current version of go-graphviz doesn't support it. Is there any possibility or a way to add such functionality (unflatten) to tbls? Currently I see only one good way to do it by fork the implementation of go-graphviz and add unflatten as a tool. Later tbls will use the new version and allow using unflatten tool. Does it make sense? Or is there any other simple way? thanks

YauhenPylAurea avatar Mar 31 '22 21:03 YauhenPylAurea

Added PR to go-graphviz - https://github.com/goccy/go-graphviz/pull/56

YauhenPylAurea avatar Apr 05 '22 20:04 YauhenPylAurea

The ability to specify table layouts would be welcome, and I would like to be able to add settings to the er: section.

k1LoW avatar Apr 05 '22 22:04 k1LoW