nyazoom/.sqlx/query-f910a524c457442564a8d484fc00a277ae5cb73444e5748af0bf0d629048fa17.json

39 lines
868 B
JSON
Raw Normal View History

2024-11-22 00:17:05 +00:00
{
"db_name": "SQLite",
"query": "SELECT\n cache_name,\n uploaded AS \"uploaded: _\",\n downloads AS \"downloads: i32\",\n max_downloads AS \"max_downloads: i32\"\nFROM records\nWHERE cache_name = ?;\n",
"describe": {
"columns": [
{
"name": "cache_name",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "uploaded: _",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "downloads: i32",
"ordinal": 2,
"type_info": "Integer"
},
{
"name": "max_downloads: i32",
"ordinal": 3,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false,
false
]
},
"hash": "f910a524c457442564a8d484fc00a277ae5cb73444e5748af0bf0d629048fa17"
}