cockroachdb added to test

This commit is contained in:
Jan Prochazka
2021-05-27 09:58:49 +02:00
parent 28c554a75b
commit a5ad8dc5f6
3 changed files with 16 additions and 7 deletions

View File

@@ -36,6 +36,15 @@ const engines = [
engine: 'sqlite@dbgate-plugin-sqlite',
},
},
{
label: 'CockroachDB',
connection: {
engine: 'cockroach@dbgate-plugin-postgres',
server: 'localhost',
user: 'root',
port: 15003,
},
},
];
module.exports = engines;