21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) as 'count!' FROM posts WHERE hidden = FALSE",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "count!",
|
|
"ordinal": 0,
|
|
"type_info": "Int"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "ee0e90b6ddb5dcc454f47b1326bf5a419eb66acfb7578fff7d019027ce565e8f"
|
|
}
|