I\'ve two models, Parent and Child over a SQLite db.
class Parent(Base): __tablename__ = \'PARENTS\' id = Column(Integer, primary_key=True) name = Col