How can i recover deleted data from sqlite? [duplicate]
问题 This question already has answers here : Undelete accidentally deleted records in Sqlite3 (7 answers) Closed 5 years ago . I want recover deleted record and dropped data from SQLite db file, I check my db file with text editor and i saw dropped data is still there.. I'm using SQLite3.dll (in c#) but i can`t find something property for open db with dropped data or ... Is there any library for helping me? or something simple code for recovering data from sqlite db file? Edit 1: i try to find a