How to get number of affected rows in sqlalchemy?

前端 未结 3 1876
醉梦人生
醉梦人生 2020-12-02 23:08

I have one question concerning Python and the sqlalchemy module. What is the equivalent for cursor.rowcount in the sqlalchemy Python?

3条回答
提交回复
热议问题