mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
Merge pull request #66 from grillazz/61-add-ruff-as-code-base-linter
project banner
This commit is contained in:
commit
ac7b515d1e
2
Makefile
2
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.
|
||||
|
@ -5,6 +5,8 @@
|
||||
[](https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/blob/main/LICENSE)
|
||||

|
||||
|
||||

|
||||
|
||||
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
|
||||
|
BIN
static/fsap.jpg
Normal file
BIN
static/fsap.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
Loading…
x
Reference in New Issue
Block a user