21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT credential FROM CREDENTIALS WHERE user_id = $1;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "CREDENTIAL",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "390c853d2fe8777bebbbe3ed5dae7f25415da7e916934e3cf983a9f590804a41"
|
|
}
|