-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Dear maintainers,
I'm currently working on a project that involves parsing DDL statements from GBase 8s, and I've found your simple-ddl-parser tool to be extremely useful for handling DDLs from other databases like MySQL and PostgreSQL.
However, when attempting to parse GBase 8s-specific DDL syntax (e.g., its unique data types, constraint definitions, or storage clauses), the parser fails to recognize certain elements, leading to incomplete or incorrect parsing results.
Given the growing adoption of GBase 8s in enterprise environments, I wanted to check if there are any plans to add support for GBase 8s DDL syntax in future releases? If not, would you consider this as a feature request?
I’d be happy to provide sample GBase 8s DDL statements, test cases, or any other details to assist with the implementation.
Thank you for your work on this great tool!
Best regards,
wurenlong