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-04463bb7ca005831e15fbb2773416e044f33b45880af7934bc99da0de0f652c1.json
generated
Normal file
16
.sqlx/query-04463bb7ca005831e15fbb2773416e044f33b45880af7934bc99da0de0f652c1.json
generated
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "UPDATE guild_users SET invited_by = $1 WHERE user_id = $2 AND guild_id = $3",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text",
|
||||
"Text",
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "04463bb7ca005831e15fbb2773416e044f33b45880af7934bc99da0de0f652c1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue