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