k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.5k stars 168 forks source link

Generate schema per Database schema #311

Open Wowol opened 3 years ago

Wowol commented 3 years ago

Love the tool so far! My whole database is very large, and schema.svg file created by tbls is very large too, so it's hard to look at it. I'd love to have an option that would allow me to generate seperate schema.svg for every Database schema - like schema-db1.svg, schema-db2.svg. Splitting the whole database into schemas would be really helpful here.

k1LoW commented 3 years ago

I thought it would be good to use user-specified grouping instead of per database 📝