From b3639b8a84c854fe00bcf2e2b1aa37934f24ac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 4 Jan 2022 16:03:32 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd64f11..f31368c4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add quickly a registration and authentication system to your [FastAPI](https://f * [X] Dependency callables to inject current user in route * [X] Pluggable password validation * [X] Customizable database backend - * [X] SQLAlchemy async backend included thanks to [encode/databases](https://www.encode.io/databases/) + * [X] [SQLAlchemy ORM async](https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html) backend included * [X] MongoDB async backend included thanks to [mongodb/motor](https://github.com/mongodb/motor) * [X] [Tortoise ORM](https://tortoise-orm.readthedocs.io/en/latest/) backend included * [X] [ormar](https://collerek.github.io/ormar/) backend included