Open psychemedia opened 6 years ago
It's odd since the example here https://github.com/sqlalchemy/sqlalchemy/wiki/SchemaDisplay shows crows feet Calling graph = create_schema_graph( metadata=metadata_obj, rankdir='LR', relation_options={'arrowType': 'crow', 'arrowhead': 'crow', 'arrowtail': 'crow'}, show_column_keys=True, ) also results in TypeError: pydot.Edge() got multiple values for keyword argument 'arrowhead' and TypeError: pydot.Edge() got multiple values for keyword argument 'arrowtail' 'arrowType': 'crow' also doesn't update the arrows
Maybe the logic here https://github.com/fschulze/sqlalchemy_schemadisplay/blob/master/sqlalchemy_schemadisplay.py#L262 needs additional consideration?
Is this still issue with 2.0 released?
It would be useful if the display used the standard crows foot notation, eg as per https://www.codeproject.com/Articles/878359/Data-modelling-using-ERD-with-Crow-Foot-Notation .