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
14
.sqlx/query-ea359a04fd6d53a31f47e1d69cd9851f4595142e3dfb866a44dc2d3aa6e62b04.json
generated
Normal file
14
.sqlx/query-ea359a04fd6d53a31f47e1d69cd9851f4595142e3dfb866a44dc2d3aa6e62b04.json
generated
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "DELETE FROM guilds WHERE guild_id = $1",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "ea359a04fd6d53a31f47e1d69cd9851f4595142e3dfb866a44dc2d3aa6e62b04"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue