/sqlalchemy-playground

Play ground for exploring SQLAclhemy. The most popular ORM in the python world.

Primary LanguagePython

Schema Initialization

There are two ways shown

  • initialize.py [ Models are explicitly imported ]
  • alter_initialize.py [ Models need to be imported before importing SqlAlchemyBase ]