mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 13:23:58 +00:00
cockroachdb added to test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user