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.
2 parents bd69893 + d2988c9 commit bc01675Copy full SHA for bc01675
README.md
@@ -130,7 +130,7 @@ This will make sure we have an `AsyncEngine` and an `AsyncSession` are initialis
130
```python
131
async with sa_manager.get_session() as session:
132
session.add(o)
133
- session.commit()
+ await session.commit()
134
```
135
136
Note that async implementation has several differences from the sync one, make sure
0 commit comments