1
0
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:
Rob Ede
2023-07-09 02:05:10 +01:00
parent 4bfe63857e
commit 1ca11e70e8
11 changed files with 524 additions and 103 deletions

View File

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "\n SELECT *\n FROM tasks\n ",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Int64"
},
{
"name": "description",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "completed",
"ordinal": 2,
"type_info": "Bool"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false
]
},
"hash": "3a5b2a81088aa91ade3106165f926c337a88f4e29ae3bb170c4b687208aba20d"
}