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

Get all document of a certain document type #86

Open PumpkinSeed opened 4 years ago

PumpkinSeed commented 4 years ago

It make sense to me, if we have a GetAll for all of the document for a certain DocumentType

Something like: GetAll(ctx, "webshop", []webshop)