An open API service indexing awesome lists of open source software.

https://github.com/shivvamm/fastapi-complete

Fullstack Serverside Rendering App with FastAPI and Jinja2 with Database migration and integration with alembic and sqlAlchemy
https://github.com/shivvamm/fastapi-complete

alembic fastapi jinja2 pytest python sqlalchemy

Last synced: about 1 month ago
JSON representation

Fullstack Serverside Rendering App with FastAPI and Jinja2 with Database migration and integration with alembic and sqlAlchemy

Awesome Lists containing this project

README

          

Alembic commands
To create a revision :
alembic revision -m "Create phone number for user column"

To upgrade the db with the revision:
alembic upgrade 7bcd40d197d0

To downgrade the db with the revision:
alembic downgrade -1