mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
update sqlx dep to 0.7
This commit is contained in:
12
.sqlx/query-2f4086eab47b13298a107ed8c0feaadab903468b8e4fbd39e465f581c7189272.json
generated
Normal file
12
.sqlx/query-2f4086eab47b13298a107ed8c0feaadab903468b8e4fbd39e465f581c7189272.json
generated
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n DELETE FROM tasks\n WHERE id = $1\n ",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "2f4086eab47b13298a107ed8c0feaadab903468b8e4fbd39e465f581c7189272"
|
||||
}
|
Reference in New Issue
Block a user