21 lines
584 B
JSON
21 lines
584 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|