21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT id\n FROM inventory_items\n WHERE name = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "918fc9cf50097d4210b212255ef49335ebedbe81002ce9a418b4dab4fbb29aa3"
|
|
}
|