Can the sqlite database obtain the modification record? Or the whole data MD5

there is a need to submit a db file for sqlite, but every time sqlite loads are turned off, the db file is modified even if no modification is made. As a result, it is impossible to use md5 for file deduplication directly, so is it a bit slow to use sql to read all the data and then calculate the MD5,? Is there a more direct and efficient solution,

Aug.13,2021

record a version number, modify it and increase it, and then compare it with the uploaded version number

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bd4da7-30f1a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bd4da7-30f1a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?