mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update sqlx dep to 0.7
This commit is contained in:
12
.sqlx/query-ab058898a8a1b13174d03c9972af33214619f8aa3080bc27f88bd5b9212b8c0f.json
generated
Normal file
12
.sqlx/query-ab058898a8a1b13174d03c9972af33214619f8aa3080bc27f88bd5b9212b8c0f.json
generated
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n INSERT INTO tasks (description)\n VALUES ($1)\n ",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "ab058898a8a1b13174d03c9972af33214619f8aa3080bc27f88bd5b9212b8c0f"
|
||||
}
|
Reference in New Issue
Block a user