Releases: xnuinside/simple-ddl-generator
Releases · xnuinside/simple-ddl-generator
REFERENCE statement in generation & more
0.3.0 Added CREATE TYPE AS ENUM
v0.3.0
New Features:
- Added CREATE TYPE generation from Python Enum & simple-ddl-parser types metadata
Improvements:
- Added more test cases with models into tests
- Now output generated with empty line at the end
Fixes:
- Fixed issue with "" in names if quotes already exists in table-name in metadata
SQL DDL Generation from Python Models
v0.2.0
- Updated parser version in tests.
- Added support for EXTERNAL & IF NOT EXISTS statetements.
- Added support for using py-models-parser output as input and added sample in README.md:
DDL Generation from Pydantic, SQLAlchemy and other python models.