project banner

This commit is contained in:
Jakub Miazek 2022-11-14 10:25:02 +01:00
parent 62e1121f4e
commit 6b3f50f404
3 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@ py-upgrade: ## Upgrade project py files with pyupgrade library for python versio
.PHONY: lint .PHONY: lint
lint: ## Lint project code. lint: ## Lint project code.
ruff . poetry run ruff .
.PHONY: format .PHONY: format
format: ## Format project code. format: ## Format project code.

View File

@ -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) [![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") ![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. 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 Beside of using latest and greatest version of [SQLAlchemy](https://www.sqlalchemy.org/) with it robustness, powerfulness and speed

BIN
static/fsap.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB