mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
13 lines
294 B
JSON
13 lines
294 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "\n DELETE FROM tasks\n WHERE id = $1\n ",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Right": 1
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "2f4086eab47b13298a107ed8c0feaadab903468b8e4fbd39e465f581c7189272"
|
||
|
}
|