What is the equivalent of Query.count in the SQLAlchemy 1.4 ORM?

后端 未结 0 1883
情歌与酒
情歌与酒 2021-01-17 02:55

Given a SQLAlchemy ORM model like this

class Foo(Base):
    __tablename__ = \'foo\'

    id = sa.Column(sa.Integer, pri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题