Purge tree

Purpose: Delete all tree nodes.

 purge-tree <tree>

purge-tree will delete all <tree> nodes; <tree> must have been created with new-tree. All of <tree>'s nodes, and their keys/values all deleted.

After purge-tree, the tree is empty and you can use it again (write into it, read from it etc.).
Examples
Delete all tree data:
 new-tree mytree
 ...
 purge-tree mytree



Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.