My main aim is to find the fresh changes which are to be made to database through WAL module.
How is data stored in WAL? If the data is stored in pages inside WAL then how to see the changes which are presently made to the database? Should I decrypt the information from WAL to know the changes which are to be made to the database or any other way? I found some decryption tools which are available for WAL. Will they give changes to be made? Or is there any module readily present inside SQLite which will decrpt the information from WAL? Any information on WAL decryption would be appreciated. Thank you.

