redis db context menu

This commit is contained in:
Jan Prochazka
2022-03-27 13:42:08 +02:00
parent e06894372f
commit 4bd7cd26d0
6 changed files with 40 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ export const driverBase = {
dumperClass: SqlDumper,
dialect,
databaseEngineTypes: ['sql'],
supportedCreateDatabase: true,
async analyseFull(pool, version) {
const analyser = new this.analyserClass(pool, this, version);