spacejam / sled

the champagne of beta embedded databases
Apache License 2.0
8.09k stars 383 forks source link

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

Open oblique opened 7 months ago

oblique commented 7 months ago

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?