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