s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.79k stars 161 forks source link

Alembic supports #190

Closed MishaVyb closed 9 months ago

MishaVyb commented 9 months ago

Is Alembic includes along side with SQLAlchemy database? I won't be able to find this option and had to initialize alembic by my own. But I think it's a necessary feature. Is it going to be able in near future?

s3rius commented 9 months ago

Yes. Choose 'migration' option.

MishaVyb commented 9 months ago

Thanks!

MishaVyb commented 9 months ago

already supported