Update database.rst

This commit is contained in:
Nomit Rawat 2022-07-04 18:33:01 +05:30 committed by GitHub
parent ab6a8b0330
commit fc95afaad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ SQLite is convenient because it doesn't require setting up a separate
database server and is built-in to Python. However, if concurrent
requests try to write to the database at the same time, they will slow
down as each write happens sequentially. Small applications won't notice
this. Once you become big, you may want to switch to a different
this. Once it becomes big, you may want to switch to a different
database.
The tutorial doesn't go into detail about SQL. If you are not familiar