fastapi-migrations icon indicating copy to clipboard operation
fastapi-migrations copied to clipboard

A small integration between Fastapi and Alembic.

Results 2 fastapi-migrations issues
Sort by recently updated
recently updated
newest added

Hi! I want to use package with async, so I: - added parameters to config; - created async template. What do you think about it?

Allows to use multiple databases with different migrations. Example layout -- src |-- app | |-- models | |-- routers | |-- ...etc |-- tests |-- databases |-- migrations |--...

type: enhancement