db = db // The couch/pouch way to match keys with a given prefix (e.g. one type of docs). export const keyRangeForPrefix = prefix => ({ startkey: `${prefix}` ...
確定! 回上一頁