ORIGYN-SA / CanDB

CanDB - CanDB is a flexible, performant, and horizontally scalable non-relational multi-canister data storage framework built for the Internet Computer.
Other
29 stars 8 forks source link

[Feature] Add a FilterExpressions API #15

Open ByronBecker opened 1 year ago

ByronBecker commented 1 year ago

Motivation

Developers may with to have a handy way of filtering query results on-top of CanDB's already existing scan functionality. This would allow for a developer to attempt to return only the results where an additional condition is met in an entity's attributes.

Requirements