mfreeborn / fastapi-sqlalchemy

Adds simple SQLAlchemy support to FastAPI
MIT License
594 stars 34 forks source link

hi,can we develop this project together? #12

Closed zky001 closed 4 years ago

zky001 commented 4 years ago

I write a Saas platform using the fastapi and SQLAlchemy, In past 5 years,I use Flask_SQLAlchemy and read it's source code many times Now I want to do something for fastapi

mfreeborn commented 4 years ago

Hi, thanks for your interest. I'd be very happy to accept pull requests for any features you think would be useful. At the moment, I realise that this library is quite a thin wrapper over sqlalchemy just to reduce boilerplate when integrating with Starlette/FastAPI apps.