oatpp-postgresql
oatpp-postgresql copied to clipboard
How to fetch the amount of affected rows?
I execute an UPDATE statement and would like to know how many rows where affected (so i can throw 404 if it was none).
Is there anyway oatpp exposes this number to me?