mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-25 20:09:48 -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
390 B
JSON
21 lines
390 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "select session_value from sessions where id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "session_value",
|
|
"ordinal": 0,
|
|
"type_info": "Blob"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "928a479ca0f765ec7715bf8784c5490e214486edbf5b78fd501823feb328375b"
|
|
}
|