Fork of node-sql-parser (v4.x based on version 0.0.18) modified for Tibero database SQL dialect parsing. Ships TypeScript types, supports Node >=8, produces AST trees. Current stable version 0.0.18. Release cadence: infrequent (last release unknown). Key differentiator: Tibero-specific SQL syntax support not available in the upstream node-sql-parser. Note: this is a test-oriented fork with limited maintenance and documentation.
npm install node-sql-parser-tiberoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse an SQL statement into an AST, then generate SQL from an AST using the Parser class.
Use `import Parser from 'node-sql-parser-tibero'` as default export.
Check the test suite (referenced in README) for supported syntax.
Use `astify()` method for parsing SQL to AST.
Ensure Node.js version >=8 (preferably LTS).
Run `npm install node-sql-parser-tibero` and ensure correct spelling.
Simplify SQL to standard constructs or check if the fork handles your dialect.
Use default export: `import Parser from 'node-sql-parser-tibero'` and call `new Parser().astify(sql)`.