mmap/.sqlx/query-753787e580c2fc8c48bafc58b8d62b0f4328f988efda30c10d3dc41d7089c35b.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
387 B
JSON

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