feat(sqlx): adding the cache from the database
This commit is contained in:
parent
68beb0c582
commit
e712275a64
20 changed files with 681 additions and 0 deletions
16
.sqlx/query-83fc2976f6449767456f51d08ca4e066c3f146d2ba645e677f177aaf8a5da22c.json
generated
Normal file
16
.sqlx/query-83fc2976f6449767456f51d08ca4e066c3f146d2ba645e677f177aaf8a5da22c.json
generated
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "UPDATE guild_users SET xp = xp + $1 WHERE user_id = $2 AND guild_id = $3",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int4",
|
||||
"Text",
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "83fc2976f6449767456f51d08ca4e066c3f146d2ba645e677f177aaf8a5da22c"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue