SQLite has an API to count the number of rows modified by an INSERT, UPDATE, or DELETE. For example, if you delete 10 rows, SELECT changes() will return 10.
SQLite has an API to count the number of rows modified by an INSERT, UPDATE, or DELETE. For example, if you delete 10 rows, SELECT changes() will return 10.