Undelete accidentally deleted records in Sqlite3

前端 未结 7 772
甜味超标
甜味超标 2020-12-19 09:01

As title, possible? I have by accident deleted another record due to my ugly html interface in FireFox. The bad thing is this record delete is a root folder which the progra

7条回答
  •  甜味超标
    2020-12-19 09:47

    just today I delete some data from SQLite database. Googling a lot of hours but at the end I find a good solution.

    Visit: http://az4n6.blogspot.com.es/2013/11/python-parser-to-recover-deleted-sqlite.html

    If you read carefully and do each step, i really promise you'll have your deleted data, ok, in a bad format but good...i have my data.

    Luck!

提交回复
热议问题