mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 10:24:08 +00:00
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) FROM user_discovery_shares",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "COUNT(*)",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "8f818e8dc1be8e9bcb4fd908e3cf47fbbfe50c98b7fa506aee637e06e1ab8029"
|
|
}
|