Files
enuxia-quiz/.sqlx/query-66e52beba899bcc08d4cd1586aa5785e1f1e74832a9242d32a09e40cd052072d.json
T
Julien Denizot 7f7c095015
Build & Push / build (push) Failing after 11s
Traefik Config / traefik (push) Has been cancelled
feat: ci: add Dockerfile, docker-compose, Traefik config and Gitea Actions workflows
2026-04-13 18:31:37 +02:00

21 lines
404 B
JSON

{
"db_name": "SQLite",
"query": "SELECT correct as \"correct: bool\" FROM answers WHERE id = ?",
"describe": {
"columns": [
{
"name": "correct: bool",
"ordinal": 0,
"type_info": "Bool"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "66e52beba899bcc08d4cd1586aa5785e1f1e74832a9242d32a09e40cd052072d"
}