feat(sqlx): adding the cache sqlx
This commit is contained in:
parent
dbfc5cbf62
commit
281f69115e
5 changed files with 143 additions and 0 deletions
27
.sqlx/query-25f0a10d405cb2f35759bb5eebacea276863f1c5321c2d72b7cae5a009c7bd12.json
generated
Normal file
27
.sqlx/query-25f0a10d405cb2f35759bb5eebacea276863f1c5321c2d72b7cae5a009c7bd12.json
generated
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue