mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
72ef1bebb9a9feedf3b5349abcda1b6d36288cc4
fastapi-sqlalchemy-asyncpg
Example for FastAPI integration with SQLAlchemy ORM with PostgreSQL via asyncpg a fast Database Client Library for python/asyncio.
Beside of using latest and greatest version of SQLAlchemy with it robustness, powerfulness and speed of asyncpg there is FastAPI (modern, fast (high-performance), web framework for building APIs with Python 3.9+ based on standard Python type hints.) already reviewed on thoughtworks.
How to Setup
To build , run and test and more ... use magic of make help to play with this project.
make help
and you receive below list:
build Build project with compose
down Reset project containers with compose
format Format project code.
help Show this help
lint Lint project code.
lock Refresh pipfile.lock
requirements Refresh requirements.txt from pipfile.lock
safety Check project and dependencies with safety https://github.com/pyupio/safety
test Run project tests
up Run project with compose
Hope you enjoy it.
Languages
Python
86%
HTML
6.9%
Makefile
5.1%
Dockerfile
1.5%
Mako
0.5%