Skip to content

Commit a150871

Browse files
committed
initial
1 parent 40b2df3 commit a150871

File tree

3 files changed

+3
-53
lines changed

3 files changed

+3
-53
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
### Description
99

10-
FastAPI-Async-SQLAlchemy provides a simple integration between FastAPI_ and SQLAlchemy_ in async way. It gives access to useful helpers to facilitate the completion of common tasks. Based on FastAPI-SQLAlchemy
10+
FastAPI-Async-SQLAlchemy provides middleware for FastAPI and SQLAlchemy using async AsyncSession and async engine.
11+
Based on FastAPI-SQLAlchemy
1112

1213
### Install
1314

@@ -17,8 +18,6 @@ FastAPI-Async-SQLAlchemy provides a simple integration between FastAPI_ and SQLA
1718

1819
### Usage
1920

20-
FastAPI-Async-SQLAlchemy provides a simple integration between FastAPI_ and SQLAlchemy_ in async way. It gives access to useful helpers to facilitate the completion of common tasks.
21-
Based on FastAPI-SQLAlchemy
2221

2322
### Examples
2423

fastapi_async_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["db", "SQLAlchemyMiddleware"]
44

5-
__version__ = "0.3.0a8"
5+
__version__ = "0.3.1.dev1"

0 commit comments

Comments
 (0)