mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 22:26:19 +00:00
21 lines
372 B
JSON
21 lines
372 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "SELECT ean FROM precios WHERE url = ?1;",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "ean",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Text"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 1
|
||
|
},
|
||
|
"nullable": [
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "f249765f2fb013a81a4157a6ce19744a8d5f70c83ed9ddddfd55009136088a52"
|
||
|
}
|