mmap/.sqlx/query-c2370c206aeebe9102fb103dece903e3588535c2e17b23a280337795ec53a996.json
tsuki 1d0e96ead4
Some checks are pending
Docker Build and Push / build (push) Waiting to run
add blog system
2025-08-12 21:25:17 +08:00

21 lines
411 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM blogs WHERE status = 'archived' AND is_active = true",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "c2370c206aeebe9102fb103dece903e3588535c2e17b23a280337795ec53a996"
}