21 lines
395 B
JSON
21 lines
395 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "SELECT status FROM backend_process ORDER BY id DESC LIMIT 1",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "status",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Text"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 0
|
||
|
},
|
||
|
"nullable": [
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "ddd0377a08bd052c2d2a235a9858bee28fd3115dd1c4063219e9a9e83a564681"
|
||
|
}
|