33 lines
584 B
JSON
33 lines
584 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "SELECT * FROM Presets WHERE id = $1;",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "id",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Text"
|
||
|
},
|
||
|
{
|
||
|
"name": "description",
|
||
|
"ordinal": 1,
|
||
|
"type_info": "Text"
|
||
|
},
|
||
|
{
|
||
|
"name": "config",
|
||
|
"ordinal": 2,
|
||
|
"type_info": "Text"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 1
|
||
|
},
|
||
|
"nullable": [
|
||
|
false,
|
||
|
true,
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "f62b62651ece72dc8651d4ff7824d18b682fb916223d47a3a8f012a4bb8608d4"
|
||
|
}
|