mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Documentation fix
This commit is contained in:
parent
1a77f30d3c
commit
0f8e91c68f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ await db.execute_write(sql, params=None, block=False)
|
|||
|
||||
This method can be used to queue up a non-SELECT SQL query to be executed against a single write connection to the database.
|
||||
|
||||
You can pass additional SQL parametercs as a tuple or list.
|
||||
You can pass additional SQL parameters as a tuple or dictionary.
|
||||
|
||||
By default queries are considered to be "fire and forget" - they will be added to the queue and executed in a separate thread while your code can continue to do other things. The method will return a UUID representing the queued task.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue