preciazo/rust/.sqlx/query-e683ce875cc7e84586de163cdfd8d0bca2a1e679aebce4644fe0b31d639a1be4.json
2024-06-29 21:04:59 -03:00

20 lines
422 B
JSON

{
"db_name": "SQLite",
"query": "SELECT count(id) as count FROM db_best_selling\n WHERE fetched_at > ?",
"describe": {
"columns": [
{
"name": "count",
"ordinal": 0,
"type_info": "Int"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "e683ce875cc7e84586de163cdfd8d0bca2a1e679aebce4644fe0b31d639a1be4"
}