rawsql-ts
Version:
High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.
3 lines (2 loc) • 302 B
TypeScript
export declare const SQL_SPECIAL_VALUE_KEYWORDS: readonly ["current_catalog", "current_date", "current_role", "current_schema", "current_time", "current_timestamp", "current_user", "localtime", "localtimestamp", "session_user", "user"];
export declare const SQL_SPECIAL_VALUE_KEYWORD_SET: Set<string>;