Closed ssweber closed 1 year ago
seems like sqlalchemy got around the parent/child talk with in Relationships with:
child_table -> table fk_column -> fk_column parent_table -> referred_table pk_column -> referred_column
Originally posted by @ssweber in https://github.com/PySimpleSQL/pysimplesql/issues/330#issuecomment-1584965163
Or it could be child_table -> constrained_table
I don’t mind leaving it the way it is, but I bring it up because you had mentioned it that you weren’t super happy about using the parent/child construct
child_table -> table fk_column -> fk_column parent_table -> referred_table pk_column -> referred_column
Originally posted by @ssweber in https://github.com/PySimpleSQL/pysimplesql/issues/330#issuecomment-1584965163