Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More flexibility to create_schema_graph #10

Open
chunweiyuan opened this issue Mar 6, 2018 · 1 comment
Open

More flexibility to create_schema_graph #10

chunweiyuan opened this issue Mar 6, 2018 · 1 comment

Comments

@chunweiyuan
Copy link

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?

@abitrolly
Copy link
Contributor

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

  1. is addressed by Fixing error with python 3 #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants