materialized views - passed test work CockroachDB #123

This commit is contained in:
Jan Prochazka
2021-05-30 10:34:52 +02:00
parent 35fc2e0f5b
commit 433d3be8d5
3 changed files with 7 additions and 3 deletions

View File

@@ -41,6 +41,10 @@ const cockroachDriver = {
engine: 'cockroach@dbgate-plugin-postgres',
title: 'CockroachDB',
defaultPort: 26257,
dialect: {
...dialect,
materializedViews: true,
},
};
/** @type {import('dbgate-types').EngineDriver} */