mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 08:26:29 +00:00
new storage fake method
This commit is contained in:
@@ -4,6 +4,10 @@ module.exports = {
|
|||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
async connectionsToExport() {
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
|
||||||
getConnection_meta: true,
|
getConnection_meta: true,
|
||||||
async getConnection({ conid }) {
|
async getConnection({ conid }) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user