mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
parent
3e62ab62a8
commit
328211eaca
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ For example, given the dogs database you could upsert the record for Cleo like s
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
db["dogs"].upsert([{
|
||||
db["dogs"].upsert({
|
||||
"id": 1,
|
||||
"name": "Cleo",
|
||||
"twitter": "cleopaws",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue