twonly-app/rust/.sqlx/query-5e79f50002566a12094f2aed7771a19c98dfab500af103f25f3c188ee53006c6.json

21 lines
458 B
JSON

{
"db_name": "SQLite",
"query": "SELECT COUNT(*) AS \"count: i64\" FROM notification_outbox WHERE cleared_at IS NULL",
"describe": {
"columns": [
{
"name": "count: i64",
"ordinal": 0,
"type_info": "Integer",
"origin": "Expression"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "5e79f50002566a12094f2aed7771a19c98dfab500af103f25f3c188ee53006c6"
}