mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
query - result tabs
This commit is contained in:
@@ -24,6 +24,15 @@ module.exports = {
|
||||
socket.emit(`session-info-${sesid}`, info);
|
||||
},
|
||||
|
||||
handle_done(sesid) {
|
||||
socket.emit(`session-done-${sesid}`);
|
||||
},
|
||||
|
||||
handle_recordset(sesid, props) {
|
||||
const { jslid } = props;
|
||||
socket.emit(`session-recordset-${sesid}`, { jslid });
|
||||
},
|
||||
|
||||
create_meta: 'post',
|
||||
async create({ conid, database }) {
|
||||
const sesid = uuidv1();
|
||||
|
||||
Reference in New Issue
Block a user