Skip to content

Commit 93e2ffa

Browse files
committed
Fixes #4 - pysqlite3 doesn't support asyncio
1 parent 3205a35 commit 93e2ffa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

revisions.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ This document is where you can check to see if any changes or tweaks to the APIs
66

77
## Current video status
88

9-
1. [**NO CHANGES**] Introduction
10-
2. [**NO CHANGES**] Setup
11-
3. [**NO CHANGES**] Hello FastAPI World
12-
4. [**NO CHANGES**] Dynamic HTML and Templates
13-
5. [**NO CHANGES**] ViewModels and Services
14-
6. [**NO CHANGES**] Users and HTML Forms
15-
7. [**NO CHANGES**] Databases and SQLAlchemy (**sync** version)
16-
8. [**NO CHANGES**] Databases and SQLAlchemy (**async** version)
17-
9. [**NO CHANGES**] Deployment
18-
10. [**NO CHANGES**] Conclusion
19-
11. [**NO CHANGES**] SQLAlchemy Intro Appendix
9+
1. [NO CHANGES] Introduction
10+
2. [NO CHANGES] Setup
11+
3. [NO CHANGES] Hello FastAPI World
12+
4. [NO CHANGES] Dynamic HTML and Templates
13+
5. [NO CHANGES] ViewModels and Services
14+
6. [NO CHANGES] Users and HTML Forms
15+
7. [NO CHANGES] Databases and SQLAlchemy (sync version)
16+
8. [**UPDATES**] Databases and SQLAlchemy (async version): SQLAlchemy 1.4.0b2+ needs async SQLite driver, see [issue 4](https://github.com/talkpython/web-applications-with-fastapi-course/issues/4).
17+
9. [NO CHANGES] Deployment
18+
10. [NO CHANGES] Conclusion
19+
11. [NO CHANGES] SQLAlchemy Intro Appendix
2020

2121
## Change log
2222

23-
**Jan 1, 2021**: Initial commit, no changes.
23+
Jan 1, 2021: Initial commit, no changes.

0 commit comments

Comments
 (0)