Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bloodstone Db::tree_names #1503

Open
parazyd opened this issue Apr 12, 2024 · 0 comments
Open

Bloodstone Db::tree_names #1503

parazyd opened this issue Apr 12, 2024 · 0 comments
Labels

Comments

@parazyd
Copy link

parazyd commented Apr 12, 2024

Use Case:

First sled version had the Db::tree_names() method. It is useful for tracking the trees in a Db for
external users of the library. In Bloodstone, the management of trees has changed a bit and while
it's possible to patch it easily by iterating over Db.collection_name_mapping, I'm not sure if that is the correct way
since it does not contain the default tree name.

Proposed Change:

Implement Db::tree_names() to behave in the same/similar way to first version of sled.

Who Benefits From The Change(s)?

https://docs.rs/sled-overlay/latest/sled_overlay/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant