You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Use Case:
First sled version had the
Db::tree_names()
method. It is useful for tracking the trees in aDb
forexternal 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 waysince 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/
The text was updated successfully, but these errors were encountered: