postgre sql analyser - works also for redshift

This commit is contained in:
Jan Prochazka
2021-05-16 08:56:56 +02:00
parent 640b53e45f
commit acc49273c1
12 changed files with 152 additions and 94 deletions

View File

@@ -25,6 +25,7 @@ export class DatabaseAnalyser {
async fullAnalysis() {
const res = await this._runAnalysis();
console.log('FULL ANALYSIS', res);
return res;
}