CCF icon indicating copy to clipboard operation
CCF copied to clipboard

Support K-Value store operations like [.values() - .keys()]

Open Aymalla opened this issue 2 years ago • 2 comments

During the development of the data reconciliation application, one of the requirements was to get all the data that was submitted by a member; which is stored on a ccf kv-store; the "kv-store foreach" method was used to implement this requirement.

A better developer experience would be provided if the KV-Store included some features.

  • Pagination mechanism
  • Utility methods like
    • keys() to get all the stored keys as a list.
    • values() to get all the stored values as a list.

Aymalla avatar Feb 22 '23 16:02 Aymalla