mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-29 20:39:53 -04:00
It's complicated but I while debugging I upgraded sqlx. Shouldn't have mixed up changes like that but I'm lazy and don't want to redo it so it'll all have to just be here.
21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "select category_text from categories where user_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "category_text",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "c988364f9f83f4fa8bd0e594bab432ee7c9ec47ca40f4d16e5e2a8763653f377"
|
|
}
|