nyazoom/.sqlx/query-c5b7e87773cf935a3bb914c2b8685e093e92494c3e4179a6e42e629b9687dbb7.json

21 lines
584 B
JSON
Raw Permalink Normal View History

2024-11-21 15:38:34 +00:00
{
"db_name": "SQLite",
"query": "-- The funny alias used here is to allow sqlx to do type inference on columns\n-- See: https://docs.rs/sqlx/latest/sqlx/macro.query_as.html#column-type-override-infer-from-struct-field\nSELECT cache_name AS \"cache_name: _\"\nFROM records;\n",
"describe": {
"columns": [
{
"name": "cache_name: _",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "c5b7e87773cf935a3bb914c2b8685e093e92494c3e4179a6e42e629b9687dbb7"
}