how to find the changes to my database after I make a change from the frontend application?

已回答

is it possible to check all data changes done to my database during the last 1 hour? the modifications are not done from Datagrip but from an external application.

or even better, can I take two snapshots of all data in my database (one before the operation and one after), and compare them?

0

No, it's impossible. We don't store table data anywhere. The only way to compare it is to run data export to files and then compare two files.

0

请先登录再写评论。