PumpkinSeed / bucket

[DEPRECATED] Optimized data structure framework for Couchbase specialized on one bucket usage
GNU General Public License v3.0
6 stars 2 forks source link

Implement N1QL features #74

Open borosr opened 4 years ago

borosr commented 4 years ago

Create a struct Filter with fieldName, value, operator fields, which represents the where condition. This is would be an alternative method for N1QL's select usage.

PumpkinSeed commented 4 years ago

We won't write our own filter mechanism. There is a function provided by the gocb, we only care about to filling the incoming struct with the data.