twonly-app/rust/.sqlx/query-1690c503c4d633e891b40671af249ef313f0d4c8e3dbddf38e6d67868be1f5a9.json
2026-09-05 01:59:17 +02:00

28 lines
691 B
JSON

{
"db_name": "SQLite",
"query": "SELECT COUNT(*) AS \"count!: i64\",\n COALESCE(SUM(LENGTH(payload)), 0) AS \"bytes!: i64\"\n FROM webxdc_updates WHERE instance_id = ?",
"describe": {
"columns": [
{
"name": "count!: i64",
"ordinal": 0,
"type_info": "Integer",
"origin": "Expression"
},
{
"name": "bytes!: i64",
"ordinal": 1,
"type_info": "Integer",
"origin": "Expression"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false
]
},
"hash": "1690c503c4d633e891b40671af249ef313f0d4c8e3dbddf38e6d67868be1f5a9"
}