How to delete all data of a `Deno.Kv` DB file?
Hi 
Is there a way to delete all content inside a db file in
Doing this doesn't work:
After running that and
Is there a way to delete all content inside a db file in
openKv?Doing this doesn't work:
After running that and
kv.list({ prefix: [] }) the length of it would be 0 but there are like 300 lines of stuff inside the DB file.