Title explains itself, but is it possible to do this without manually deleting all the keys. Manually meaning using the del method?
del
@JosephSanthosh No problem. I just create a simple for loop to cycle through the entire database and delete all the keys and subsequent data.
Title explains itself, but is it possible to do this without manually deleting all the keys. Manually meaning using the
del
method?@JosephSanthosh No problem. I just create a simple for loop to cycle through the entire database and delete all the keys and subsequent data.