mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT url FROM producto_urls WHERE url LIKE ?1 AND last_seen > ?2;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "url",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "8dac7e96d5dab0d6f48c5fa7d4844e9d4f9b3bf38e55cb56e3941bb8fbf0a9ff"
|
|
}
|