Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 218 Bytes

File metadata and controls

17 lines (11 loc) · 218 Bytes

FastApi.app

Here you can find basic app with PostgreSQL

Migations

Create new migration revision

alembic revision -m '<message>' --autogenerate

DB migrate

alembic upgrade head