We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e6229 commit 93a1177Copy full SHA for 93a1177
README.md
@@ -14,8 +14,8 @@ A convenient way to configure and interact with async sqlalchemy session
14
from context_async_sqlalchemy import db_session
15
from sqlalchemy import insert
16
17
-from ..database import master # your configured connection to the database
18
-from ..models import ExampleTable # just some model for example
+from database import master # your configured connection to the database
+from models import ExampleTable # just some model for example
19
20
async def some_func() -> None:
21
# Created a session (no connection to the database yet)
0 commit comments