clickhouse plugin - initial import

This commit is contained in:
SPRINX0\prochazka
2024-09-10 14:29:51 +02:00
parent d75f533b76
commit f2d29f97dc
17 changed files with 407 additions and 2 deletions

View File

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