lodash-id
lodash-id copied to clipboard
Makes it easy to manipulate id-based resources with lodash or lowdb
fix: #22
We have updateByd and updateWhere. like wise we have replaceById but we dosen't have replaceWhere. Can you pls supportfor replaceWhere
Hello, I couldn't find any Typescript support for this library, does it exist? Many thanks!
Hello, Thanks for the nice library ! I took me some time to understand what the `_.where` in the documentation means, as it is depreacted in 4.x and not part...
The documentation for `createId` indicates that it will be passed the collectionName and the item for which an id is being generated. It appears that it is actually passed the...
Hi, I want use this library but It's not working at all and return below error: `undefined is not a function (evaluating '_lodash.default.insert(new_notes, { date: date, title: title, note: note...
How do I list all elements?
Is there any alternative to use `upsert` but updating instead of replacing?
Hi, Looks like an awesome idea. 1) Are you planning to support lodash/fp as well? 2) Have you looked at lodash.mixin? It allows to extend the current functionality of lodash....