added offline mode
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m45s

This commit is contained in:
2025-07-18 11:27:07 +02:00
parent 226e7114d4
commit 5ba6b1bf16
16 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE exercises SET name = $1, description = $2 WHERE exercise_id = $3",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Varchar",
"Uuid"
]
},
"nullable": []
},
"hash": "746236a3e38a5e49d4d2b65d7b26ffbc1092cebaf07a0840aa4350d94c0c5585"
}