mirror of
https://github.com/supleed2/nanobot.git
synced 2024-11-10 04:35:48 +00:00
21 lines
376 B
JSON
21 lines
376 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "select count(*) as \"i64!\" from manual",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"ordinal": 0,
|
||
|
"name": "i64!",
|
||
|
"type_info": "Int8"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Left": []
|
||
|
},
|
||
|
"nullable": [
|
||
|
null
|
||
|
]
|
||
|
},
|
||
|
"hash": "f48b8c7f9671622b8b2de938cf5f66543b940ef16b165f76ab2e7582bdcb4fc2"
|
||
|
}
|