Hey, I’m learning an ecommerce package (Spree).
The problem arises after I delete a product thru the GUI. I try to manually undo the delete by changing/adding rows back in, but I fail.
My question is this: is there any way I can add application or dbms code/config/software to log transactions?
Preferably, this will work with sqlite3, but I can switch to mysql, or even postgres.
I’m not sure about sqlite, but if you do switch to mysql, there’s always the query log, which has the advantage of being on the database size, so you can ignore any application stuff, secure in the knowledge that mysql is logging every operation for your later inspection.