From d23c2f46cbaedcf811e09ebf628975ea7c20b819 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Thu, 9 Mar 2023 20:34:23 +0100 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fc5533..7215cf4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ ![fastapi-sqlalchemy-asyncpg](/static/fsap_1.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 of [FastAPI](https://fastapi.tiangolo.com/) integration supported by almighty [Pydantic](https://github.com/pydantic/pydantic) +with [SQLAlchemy ORM](https://www.sqlalchemy.org/) and PostgreSQL +connected via fastest Database Client Library for python/asyncio [asyncpg](https://github.com/MagicStack/asyncpg). Beside of using latest and greatest version of [SQLAlchemy](https://www.sqlalchemy.org/) with it robustness, powerfulness and speed of [asyncpg](https://github.com/MagicStack/asyncpg) there is [FastAPI](https://fastapi.tiangolo.com/) (modern, fast (high-performance),