twonly-app/rust/.sqlx/query-eda6535eb2d08a691ac7a032635259b64357b4723a461a719ea7302b5257b130.json

21 lines
451 B
JSON

{
"db_name": "SQLite",
"query": "SELECT COUNT(*) FROM user_discovery_user_relations WHERE announced_user_id = ?",
"describe": {
"columns": [
{
"name": "COUNT(*)",
"ordinal": 0,
"type_info": "Integer",
"origin": "Expression"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "eda6535eb2d08a691ac7a032635259b64357b4723a461a719ea7302b5257b130"
}