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