34 lines
621 B
JSON
34 lines
621 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT * FROM \"user\" WHERE username = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "username",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "password_hash",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "200f77407f56567cdc4cb7fd8dd52e9c5e239028a369fdd39e6e851d659b8a10"
|
|
}
|