Default one-to-one objects in SQLAlchemy?

Posted by Timmy on Stack Overflow See other posts from Stack Overflow or by Timmy
Published on 2010-04-21T01:51:42Z Indexed on 2010/04/21 1:53 UTC
Read the original article Hit count: 261

Filed under:
|

i have two tables, and its a one-to-one relationship. is there a way to make it generate a row for table b automatically, when saving for table a? or do i have to be explicit everytime?

© Stack Overflow or respective owner

Related posts about sqlalchemy

Related posts about python