Updates 1. fix character varying type - https://github.com/xnuinside/omymodels/issues/59 2. sqlalchemy import removed from generation in sqlmodels if it is not used 3. = Field() - is not placed in SQLModel if there is no defaults or other settings to the field
0.16.0
Updates 1. Initial SQLModel Support
0.15.1
Updates 1. Foreign Key processing updates - https://github.com/xnuinside/omymodels/pull/55 2. Move to simple-ddl-parser version 1.X
0.14.0
Updates
1. Python 3.11 support.
0.13.0
New feature
1. Added argument 'schema_global=' to support SQLAlchemy & Gino different table schemas https://github.com/xnuinside/omymodels/issues/41