Alembic
- init: it will create a directory named "alembic" contains all the needed configuration/code files for alembic
alembic init alembic
- configure SQLAlchemy URL
- Change it in
alembic.iniOr - Change the way it's read in
alembic/env.pyif you want to read it from environment variables or any other custom business logic you need.