update mongo data

This commit is contained in:
Jan Prochazka
2021-04-05 15:09:03 +02:00
parent 6c2ee5ffdb
commit ccb1c26905
5 changed files with 70 additions and 9 deletions

View File

@@ -61,6 +61,7 @@ export interface EngineDriver {
createDumper(): SqlDumper;
getAuthTypes(): EngineAuthType[];
readCollection(pool: any, options: ReadCollectionOptions): Promise<any>;
updateCollection(pool: any, changeSet: any): Promise<any>;
analyserClass?: any;
dumperClass?: any;