mmap/.sqlx/query-8a3cb562905ba7ebac3000a29f9d718b1059e04b1020ca158abd7f075552d1e2.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
412 B
JSON

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