Update database.rst
This commit is contained in:
parent
ab6a8b0330
commit
fc95afaad3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue