diff --git a/Makefile b/Makefile index fe27d37..d817d79 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ py-upgrade: ## Upgrade project py files with pyupgrade library for python versio .PHONY: lint lint: ## Lint project code. - ruff . + poetry run ruff . .PHONY: format format: ## Format project code. diff --git a/README.md b/README.md index 1424090..bb85f36 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![license](https://img.shields.io/github/license/grillazz/fastapi-sqlalchemy-asyncpg)](https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/blob/main/LICENSE) ![visitors](https://visitor-badge.laobi.icu/badge?page_id=grillazz.fastapi-sqlalchemy-asyncpg") +![fastapi-sqlalchemy-asyncpg](/static/fsap.jpg) + Example for [FastAPI](https://fastapi.tiangolo.com/) integration with [SQLAlchemy](https://www.sqlalchemy.org/) ORM with PostgreSQL via [asyncpg](https://github.com/MagicStack/asyncpg) a fast Database Client Library for python/asyncio. Beside of using latest and greatest version of [SQLAlchemy](https://www.sqlalchemy.org/) with it robustness, powerfulness and speed diff --git a/static/fsap.jpg b/static/fsap.jpg new file mode 100644 index 0000000..bdb8868 Binary files /dev/null and b/static/fsap.jpg differ