1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/.sqlx/query-2f4086eab47b13298a107ed8c0feaadab903468b8e4fbd39e465f581c7189272.json

13 lines
294 B
JSON
Raw Normal View History

2023-07-09 03:05:10 +02:00
{
"db_name": "SQLite",
"query": "\n DELETE FROM tasks\n WHERE id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "2f4086eab47b13298a107ed8c0feaadab903468b8e4fbd39e465f581c7189272"
}