mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
10 lines
256 B
JavaScript
10 lines
256 B
JavaScript
|
|
// this file is generated automatically by script fillNativeModules.js, do not edit it manually
|
|
const content = {};
|
|
|
|
content['better-sqlite3'] = () => require('better-sqlite3');
|
|
content['oracledb'] = () => require('oracledb');
|
|
|
|
|
|
module.exports = content;
|