postgresql materialized views #123

This commit is contained in:
Jan Prochazka
2021-05-28 22:18:06 +02:00
parent 94804957e5
commit 0a06ebf9c3
16 changed files with 187 additions and 18 deletions

View File

@@ -29,6 +29,10 @@ const postgresDriver = {
engine: 'postgres@dbgate-plugin-postgres',
title: 'Postgre SQL',
defaultPort: 5432,
dialect: {
...dialect,
materializedViews: true,
},
};
/** @type {import('dbgate-types').EngineDriver} */