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,27 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE bots SET presence = $1::bot_presence WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
{
"Custom": {
"name": "bot_presence",
"kind": {
"Enum": [
"online",
"idle",
"dnd",
"invisible"
]
}
}
},
"Int4"
]
},
"nullable": []
},
"hash": "25f0a10d405cb2f35759bb5eebacea276863f1c5321c2d72b7cae5a009c7bd12"
}