sqlalchemy_schemadisplay icon indicating copy to clipboard operation
sqlalchemy_schemadisplay copied to clipboard

More flexibility to create_schema_graph

Open chunweiyuan opened this issue 7 years ago • 1 comments

On my own fork I customized the code a little for our own aesthetic needs: https://github.com/chunweiyuan/sqlalchemy_schemadisplay/blob/foreign_key_edges/sqlalchemy_schemadisplay.py#L171-L203

However, it does feel like we should avoid this type of hard-coding and allow create_schema_graph's API to take arguments for graphical tuning.

1.) Is there any plan to make create_schema_graph more flexible for plotting? 2.) Running pytest in python 3.6 fails due to issues with StringIO and cStringIO. Should we make this thing 2/3 compatible?

chunweiyuan avatar Mar 06 '18 22:03 chunweiyuan

@chunweiyuan can you post a screenshot of your output here?

  1. is addressed by #14

abitrolly avatar Sep 17 '19 04:09 abitrolly