nxtgauge-backend-rust/.sqlx/query-c69324469f88c9ca3c9cc2f7219f88355ceb6d7c43cbe441742db6c8361a1778.json

23 lines
486 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM payments WHERE status = 'SUCCESS' AND created_at >= $1 AND created_at <= $2",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Timestamptz",
"Timestamptz"
]
},
"nullable": [
null
]
},
"hash": "c69324469f88c9ca3c9cc2f7219f88355ceb6d7c43cbe441742db6c8361a1778"
}