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

Insert and Upsert should have id parameter #34

Closed PumpkinSeed closed 5 years ago

PumpkinSeed commented 5 years ago

Support custom id. We are generating an id right now, but we should do it only if the id parameter is empty for Insert and Upsert.