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

Release v1.0.0 #227

Closed xnuinside closed 6 months ago

xnuinside commented 6 months ago

I'm planning to release this weak major version of parser - 1.0.0. I refactored output logic - it is represented by dialects classes and produce more strict output based on that 'output_mode' is chosen by user. Also some minor fixes.

xnuinside commented 6 months ago

@cfhowes @dmaresma be aware if you planned add new contributions in nearest time