You've already forked AstralRinth
forked from didirus/AstralRinth
23 lines
460 B
JSON
23 lines
460 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT balance FROM users WHERE id = $1 FOR UPDATE\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "balance",
|
|
"type_info": "Numeric"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "67d494c0b8818b3df09d091400626271156754cabcaad1df7c0d9576b3273a6c"
|
|
}
|