Skip to content

Commit 425a395

Browse files
authored
Update README.md
1 parent c0dc7b9 commit 425a395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ pip install uvicorn aiosqlite fastsqla
266266
```
267267
Let's run the app:
268268
```
269-
sqlalchemy_url=sqlite+aiosqlite:///db.sqlite \
269+
sqlalchemy_url=sqlite+aiosqlite:///db.sqlite?check_same_thread=false \
270270
uvicorn example:app
271271
```
272272

0 commit comments

Comments
 (0)