I have one question concerning Python and the sqlalchemy module. What is the equivalent for cursor.rowcount in the sqlalchemy Python?
cursor.rowcount
ResultProxy objects have a rowcount property as well.
ResultProxy
rowcount
1.4m articles
1.4m replys
5 comments
57.0k users