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
180 stars 40 forks source link

v0.27.0 release #152

Closed xnuinside closed 2 years ago

xnuinside commented 2 years ago

solution for: 1) https://github.com/xnuinside/simple-ddl-parser/issues/151 2) https://github.com/xnuinside/simple-ddl-parser/issues/150 3) https://github.com/xnuinside/simple-ddl-parser/issues/154 4) https://github.com/xnuinside/simple-ddl-parser/issues/153