mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 12:26:01 +00:00
oracle thick mode support #843
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
const drivers = require('./drivers');
|
||||
const driver = require('./driver');
|
||||
|
||||
module.exports = {
|
||||
packageName: 'dbgate-plugin-oracle',
|
||||
drivers,
|
||||
drivers: [driver],
|
||||
initialize(dbgateEnv) {
|
||||
driver.initialize(dbgateEnv);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user