pickledb
pickledb copied to clipboard
Retrieve Entries That Start With
Hi ! I am looking for retrieving all entries that start with an exact specified key (partial match).
Is this a feature available or upcoming ?
Thanks !
Since the code enforces keys to be str, the implementations should be fairly simple...but, how would you expect to retrieve those entries? has a dict?
I have added something that I think solves your request. Let me know if it is not as you thought.