less-counting-on-homepage
Simon Willison 2020-02-25 23:11:19 -08:00 zatwierdzone przez GitHub
rodzic c9e6841482
commit 1a77f30d3c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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. 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: .. _database_execute_write: