Would there be a way to query Databins like Datasets ? As the underlying data of Databins should be in general Associations as said in the documentation, if we could query Databins like Datasets Databins could be used as small scale databases, similarly to MongoDB for example (a queryable key value document store).
My need stems from if I would like to store similar data that belongs to different groups, and I would like to only download the latest data belonging to a specific group. I could create many databins, but it would be more practical in my use case to have only one such place.