21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT EXISTS (SELECT 1 FROM mixnode_historical_uptime WHERE date = ?) AS 'exists'",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "exists",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "e55db4def70689c061d0e07115a21068431575afd2be8afafce1a7fb13507e7e"
|
|
}
|