You've already forked AstralRinth
forked from didirus/AstralRinth
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT id FROM reports\n WHERE id = ANY($1) AND reporter = $2\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "c8fde56e5d03eda085519b4407768de7ddf48cae18ce7138a97e8e8fba967e15"
|
|
}
|