I want to know, is there a way to intercept DML operations in sqlite? I am looking to implement something like an audit system to extract inserts and updates on the database, and record changes in
I want to know, is there a way to intercept DML operations in sqlite? I am looking to implement something like an audit system to extract inserts and updates on the database, and record changes in