kopia lustrzana https://github.com/simonw/datasette
Fixed typo
rodzic
c9e6841482
commit
1a77f30d3c
|
@ -94,7 +94,7 @@ Database class
|
|||
|
||||
Instances of the ``Database`` class can be used to execute queries against attached SQLite databases, and to run introspection against their schemas.
|
||||
|
||||
SQLite only allows one databasae connection to write at a time. Datasette handles this for you by maintaining a queue of writes to be executed against a given database. Plugins can submit write operations to this queue and they will be executed in the order in which they are received.
|
||||
SQLite only allows one database connection to write at a time. Datasette handles this for you by maintaining a queue of writes to be executed against a given database. Plugins can submit write operations to this queue and they will be executed in the order in which they are received.
|
||||
|
||||
.. _database_execute_write:
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue