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-9013e5ccef9d157bb1955c7f55c1d1e85156af17f4f0aac9ec6493f3fce98529.json
generated
Normal file
15
.sqlx/query-9013e5ccef9d157bb1955c7f55c1d1e85156af17f4f0aac9ec6493f3fce98529.json
generated
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "INSERT INTO guild_users (user_id, guild_id) VALUES ($1, $2) ON CONFLICT (user_id, guild_id) DO NOTHING",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text",
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "9013e5ccef9d157bb1955c7f55c1d1e85156af17f4f0aac9ec6493f3fce98529"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue