UNPKG

dbgate-api

Version:

Allows run DbGate data-manipulation scripts.

45 lines (35 loc) 687 B
module.exports = { connections_meta: true, async connections(req) { return null; }, async getExportedDatabase() { return {}; }, getConnection_meta: true, async getConnection({ conid }) { return null; }, async loadSuperadminPermissions() { return []; }, getConnectionsForLoginPage_meta: true, async getConnectionsForLoginPage() { return null; }, getStorageConnectionError() { return null; }, readConfig_meta: true, async readConfig({ group }) { return {}; }, sendAuditLog_meta: true, async sendAuditLog({}) { return null; }, startRefreshLicense() {}, async getUsedEngines() { return null; }, };