feat: basic firebird analyser

This commit is contained in:
Nybkox
2025-05-06 15:52:15 +02:00
parent bac8bd0006
commit 839ec9a456
17 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const driver = require('./driver');
module.exports = {
packageName: 'dbgate-plugin-firebird',
drivers: [driver],
initialize(dbgateEnv) {},
};