Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectSQLInjection ¶
DetectSQLInjection performs SQL injection detection using the loaded library
func GetSQLDialectFromString ¶
func Init ¶
func Init() error
Init initializes the zen-internals library by verifying the WASM binary checksum, creating interpreter and compiler runtimes, and triggering async compilation. Instances can be created immediately using the interpreter runtime. This function is idempotent and safe to call multiple times.
Types ¶
type DatabaseType ¶
type DatabaseType int
const ( Generic DatabaseType = iota Ansi BigQuery Clickhouse Databricks DuckDB Hive MSSQL MySQL PostgreSQL Redshift Snowflake SQLite )
Click to show internal directories.
Click to hide internal directories.