I'm working with sqlite ehich contains more than 2000 rows. i want to make sure that every insert/delete/update command was successfull. is there a way to view the sqlite db in a run time? like watching databases with phpMyAdmin / MySQL WorkBench ?
thanks