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

Handle other than struct #66

Closed tetff closed 4 years ago

tetff commented 4 years ago

Make library compatible with not just structs but primitives as well.

PumpkinSeed commented 4 years ago

Couchbase able to indexes only JSON fields, primitive types are not applicable except the atomic counter integers.