We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617485a commit a212aafCopy full SHA for a212aaf
packages/abstractions/src/IDatabaseCollection.ts
@@ -20,6 +20,8 @@ export interface IDatabaseCollection {
20
21
update(oldDoc: any, data: any): Promise<any>;
22
23
+ patch(oldDoc: any, data: any): Promise<any>;
24
+
25
delete(query: any): Promise<boolean>;
26
27
list(): Promise<any[]>;
0 commit comments