preciazo/rust/.sqlx/query-71faba058f0a18e9aff6a12cc78353d3007dea8830088b07b67bfe86084a8ee2.json

21 lines
458 B
JSON
Raw Normal View History

2024-06-30 00:04:59 +00:00
{
"db_name": "SQLite",
"query": "SELECT count(id) as count FROM precios\n WHERE fetched_at > ?\n AND url LIKE ?",
"describe": {
"columns": [
{
"name": "count",
"ordinal": 0,
2024-08-04 15:49:37 +00:00
"type_info": "Integer"
2024-06-30 00:04:59 +00:00
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "71faba058f0a18e9aff6a12cc78353d3007dea8830088b07b67bfe86084a8ee2"
}