Integrate Alembic into FastAPI Blueprint
For FastAPI we would like to implement a Database Integration using Alembic for Migrations, SQLAlchemy for ORM, and MySQL for the Database. We wish to include the ability to let the user decide wether he desires to create his downloaded blueprint of FastAPI with or without database integration.