Skip to content

Commit 3fa4f7b

Browse files
committed
Merge branch 'feat/configuration' of github.com:hadrien/FastSQLA into feat/configuration
2 parents b557ae4 + 425a395 commit 3fa4f7b

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)