fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
27.33k stars 4.89k forks source link

Consider using GINO as the ORM for async support #205

Open bubthegreat opened 4 years ago

bubthegreat commented 4 years ago

GINO has come a long way and supports alembic migrations, etc. It seems like it might be a good ORM that supports async to use in conjunction with fastapi.

lucawen commented 4 years ago

Yea, will be great!

bubthegreat commented 4 years ago

I actually ended up putting together a template for an auto-CRUD using fastapi and GINO for anyone who's seeing this: https://gitlab.com/bubthegreat/cookiecutter-gino-fastapi