mirror of
https://github.com/supleed2/nanobot.git
synced 2024-11-10 04:35:48 +00:00
36 lines
691 B
JSON
36 lines
691 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "select * from gaijin where similarity(name,$1) > 0.3 order by similarity(name,$1) desc limit $2",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"ordinal": 0,
|
||
|
"name": "discord_id",
|
||
|
"type_info": "Int8"
|
||
|
},
|
||
|
{
|
||
|
"ordinal": 1,
|
||
|
"name": "name",
|
||
|
"type_info": "Text"
|
||
|
},
|
||
|
{
|
||
|
"ordinal": 2,
|
||
|
"name": "university",
|
||
|
"type_info": "Text"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Text",
|
||
|
"Int8"
|
||
|
]
|
||
|
},
|
||
|
"nullable": [
|
||
|
false,
|
||
|
false,
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "87c9aed68f10d778eea00d0c9e46f98bd31fd2cf78f8bd36002a81e3ed7295a0"
|
||
|
}
|