load db structure progress (postgresql) #273

This commit is contained in:
Jan Prochazka
2022-05-26 16:32:05 +02:00
parent affb935f63
commit 3f22960849
4 changed files with 29 additions and 7 deletions

View File

@@ -220,6 +220,12 @@ export class DatabaseAnalyser {
];
}
feedback(obj) {
if (this.pool.feedback) {
this.pool.feedback(obj);
}
}
async getModifications() {
const snapshot = await this._getFastSnapshot();
if (!snapshot) return null;