UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks

13 lines (12 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SQLDialectClickHouse = void 0; class SQLDialectClickHouse { getWASMDialectInt() { return 3; } getHumanReadableName() { return "ClickHouse"; } } exports.SQLDialectClickHouse = SQLDialectClickHouse;