Hi, @koxudaxi , first of all thank you for you library - it's awesome. Second, I saw you comment in this PR #40,
you said you expected use DDL of SQL also as source input.
Do you have any work in this way or ideas?
I can help with feature. For DDL, for my projects, I started use sqlparse, but it was really sensitive to position of table name, for example, table_name( already was parsed as function & other issues.
I thought make sense create separate parser for DDL, that will aimed only on DDLs, but works well with any dialects. So I did it - https://github.com/xnuinside/simple-ddl-parser. Its generated simple output with information form DDL (a lot of samples in tests - https://github.com/xnuinside/simple-ddl-parser/tree/main/tests).
How you planned to add new features? As extensions with dependencies that they needed?
What do you think?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too