mfreeborn / fastapi-sqlalchemy

Adds simple SQLAlchemy support to FastAPI
MIT License
613 stars 37 forks source link

a question #11

Closed flyinghu123 closed 4 years ago

flyinghu123 commented 4 years ago

middleware.py

db: DBSessionMeta = DBSession

Is that better?

mfreeborn commented 4 years ago

I think that in terms of type hints used by IDEs etc, it's possibly more useful to just keep it as DBSession.