feat(sqlx): adding the cache sqlx

This commit is contained in:
Raphael 2026-02-17 01:55:49 +01:00 committed by Raphaël
parent dbfc5cbf62
commit 281f69115e
5 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE bots SET status = $1 WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int4"
]
},
"nullable": []
},
"hash": "eb2b669a3d8d4ca1e5814afc986727f1df2fd0a81011cdbebc94ced0ebffc2cb"
}