Given a SQLAlchemy ORM model like this
class Foo(Base): __tablename__ = \'foo\' id = sa.Column(sa.Integer, pri