grillazz / fastapi-sqlalchemy-asyncpg

Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostgreSQL on asyncpg driver
MIT License
401 stars 54 forks source link

Sourcery Starbot ⭐ refactored grillazz/fastapi-sqlalchemy-asyncpg #119

Closed sourcery-ai-bot closed 11 months ago

sourcery-ai-bot commented 11 months ago

Thanks for starring sourcery-ai/sourcery ✨ 🌟 ✨

Here's your pull request refactoring your most popular Python repo.

If you want Sourcery to refactor all your Python repos and incoming pull requests install our bot.

Review changes via command line

To manually merge these changes, make sure you're on the main branch, then run:

git fetch https://github.com/sourcery-ai-bot/fastapi-sqlalchemy-asyncpg main
git merge --ff-only FETCH_HEAD
git reset HEAD^