xnuinside / simple-ddl-parser

Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.
MIT License
175 stars 40 forks source link

refactor utils, add tests, move exceptions into separate module #264

Open demitryfly opened 1 month ago

demitryfly commented 1 month ago
xnuinside commented 1 month ago

@demitryfly tests failed