It would be great if kv-toolbox could add support for wildcard or glob queries.
They are useful to get specific data from a nested key space.
For example, they could enable a query like this to get the names of all users.
db.list({ prefix: ["users", "*", "name"] })
Related: denoland/deploy_feedback#415
It would be great if
kv-toolboxcould add support for wildcard or glob queries.They are useful to get specific data from a nested key space.
For example, they could enable a query like this to get the names of all users.
Related: denoland/deploy_feedback#415