How do I clear all keys from the Database?
How do I clear all keys from the Database?
Voters
alanchen12 (28)
Just loop through all the keys in the dB then delete em. If you tell me what Lang I can provide an example
alanchen12 (28)
In that case, you just use
db.empty()
If you have undeletable keys, I recommend forking. @maraujogosling
maraujogosling (0)
@alanchen12 thanks!!
Oh that's easy.
@Coder100 thanks!!