I working with python sqlite3 , I found we have commit and rollback option. Does sqlite3 allows something like check point ?
For example: Initial state is empty. ... insert something ... commit .... ..... insert something commit. update something Found some problem.Now I want to roll back to initial state. Something like multiple undo?