Skip to content

Commit c429a42

Browse files
committed
initial
1 parent 3d2d9db commit c429a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Sometimes it is useful to be able to access the database outside the context of
6868
6969
app = FastAPI()
7070
71-
app.add_middleware(DBSessionMiddleware, db_url="sqlite://")
71+
app.add_middleware(DBSessionMiddleware, db_url="sqlite+aiosqlite://")
7272
7373
7474
@app.on_event('startup')

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.0a"
5+
__version__ = "0.3.0a2"

0 commit comments

Comments
 (0)