Skip to content

Commit 3f480a8

Browse files
author
Eugene Shershen
committedNov 13, 2021
Merge remote-tracking branch 'origin/main' into main
2 parents d132827 + 0e4a12d commit 3f480a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FastAPI Async SQLAlchemy middleware
1+
# SQLAlchemy FastAPI middleware
22

33
[![ci](https://github.com/h0rn3t/fastapi-async-sqlalchemy/workflows/ci/badge.svg)](https://github.com/h0rn3t/fastapi-async-sqlalchemy/workflows/ci/badge.svg)
44
[![codecov](https://codecov.io/gh/h0rn3t/fastapi-async-sqlalchemy/branch/main/graph/badge.svg?token=F4NJ34WKPY)](https://codecov.io/gh/h0rn3t/fastapi-async-sqlalchemy)
@@ -9,8 +9,7 @@
99

1010
### Description
1111

12-
FastAPI-Async-SQLAlchemy provides middleware for FastAPI and SQLAlchemy using async AsyncSession and async engine.
13-
Based on FastAPI-SQLAlchemy
12+
Provides SQLAlchemy middleware for FastAPI using AsyncSession and async engine.
1413

1514
### Install
1615

0 commit comments

Comments
 (0)
Please sign in to comment.