PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
47 stars 16 forks source link

Think about using sqlalchemy naming for Relationships #336

Closed ssweber closed 1 year ago

ssweber commented 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

ssweber commented 1 year ago

Or it could be child_table -> constrained_table

ssweber commented 1 year ago

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