mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
sqlite WIP
This commit is contained in:
@@ -3,4 +3,7 @@ const driver = require('./driver');
|
||||
module.exports = {
|
||||
packageName: 'dbgate-plugin-sqlite',
|
||||
driver,
|
||||
initialize(dbgateEnv) {
|
||||
driver.initialize(dbgateEnv);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user