spacejam/sled

Is it safe to drop `Db` after `Tree`?

Opened this issue · 0 comments

After Db::open_tree can I drop Db and just use Tree? From the code it looks safe, but I couldn't find anything in the documentation. Is this the indented behavior? Would you accept a PR documenting this?